Package com.streamlayer.sports.events
Interface AdminSummaryResponse.ResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AdminSummaryResponse.ResponseData,AdminSummaryResponse.ResponseData.Builder
- Enclosing class:
- AdminSummaryResponse
public static interface AdminSummaryResponse.ResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdminSummaryResponse.ResponseData.SummaryResponseAttributesgetAttributes().streamlayer.sports.events.AdminSummaryResponse.ResponseData.SummaryResponseAttributes attributes = 2 [json_name = "attributes"];longgetId()uint64 id = 1 [json_name = "id"];booleanhasAttributes().streamlayer.sports.events.AdminSummaryResponse.ResponseData.SummaryResponseAttributes 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.AdminSummaryResponse.ResponseData.SummaryResponseAttributes attributes = 2 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
AdminSummaryResponse.ResponseData.SummaryResponseAttributes getAttributes()
.streamlayer.sports.events.AdminSummaryResponse.ResponseData.SummaryResponseAttributes attributes = 2 [json_name = "attributes"];- Returns:
- The attributes.
-
-