Package com.streamlayer.users
Interface ReferralOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Referral,Referral.Builder
public interface ReferralOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetName()string name = 2 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 2 [json_name = "name"];java.lang.StringgetWatchingGame()string watching_game = 3 [json_name = "watchingGame"];com.google.protobuf.ByteStringgetWatchingGameBytes()string watching_game = 3 [json_name = "watchingGame"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getName
java.lang.String getName()
string name = 2 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
-
getWatchingGame
java.lang.String getWatchingGame()
string watching_game = 3 [json_name = "watchingGame"];- Returns:
- The watchingGame.
-
getWatchingGameBytes
com.google.protobuf.ByteString getWatchingGameBytes()
string watching_game = 3 [json_name = "watchingGame"];- Returns:
- The bytes for watchingGame.
-
-