Package com.streamlayer.inplay.bets
Interface ListResponse.ListResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListResponse.ListResponseData,ListResponse.ListResponseData.Builder
- Enclosing class:
- ListResponse
public static interface ListResponse.ListResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BetgetAttributes().streamlayer.inplay.common.Bet attributes = 3 [json_name = "attributes"];intgetId()int32 id = 1 [json_name = "id"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];booleanhasAttributes().streamlayer.inplay.common.Bet attributes = 3 [json_name = "attributes"];
-
-
-
Method Detail
-
getId
int getId()
int32 id = 1 [json_name = "id"];- Returns:
- The id.
-
getType
java.lang.String getType()
string type = 2 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Returns:
- The bytes for type.
-
hasAttributes
boolean hasAttributes()
.streamlayer.inplay.common.Bet attributes = 3 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
Bet getAttributes()
.streamlayer.inplay.common.Bet attributes = 3 [json_name = "attributes"];- Returns:
- The attributes.
-
-