Package com.streamlayer.sports.events
Interface ListResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListResponseData,ListResponseData.Builder
public interface ListResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListResponseAttributesgetAttributes().streamlayer.sports.events.ListResponseAttributes attributes = 2 [json_name = "attributes"];longgetId()uint64 id = 1 [json_name = "id"];booleanhasAttributes().streamlayer.sports.events.ListResponseAttributes attributes = 2 [json_name = "attributes"];
-
-
-
Method Detail
-
getId
long getId()
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
hasAttributes
boolean hasAttributes()
.streamlayer.sports.events.ListResponseAttributes attributes = 2 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
ListResponseAttributes getAttributes()
.streamlayer.sports.events.ListResponseAttributes attributes = 2 [json_name = "attributes"];- Returns:
- The attributes.
-
-