Package com.streamlayer.sports.common
Interface SportOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Sport,Sport.Builder
public interface SportOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAlias()string alias = 11 [json_name = "alias"];com.google.protobuf.ByteStringgetAliasBytes()string alias = 11 [json_name = "alias"];java.lang.StringgetCreated()string created = 2 [json_name = "created"];com.google.protobuf.ByteStringgetCreatedBytes()string created = 2 [json_name = "created"];java.lang.StringgetCustomFields()string custom_fields = 8 [json_name = "customFields"];com.google.protobuf.ByteStringgetCustomFieldsBytes()string custom_fields = 8 [json_name = "customFields"];longgetId()uint64 id = 1 [json_name = "id"];java.lang.StringgetName()string name = 10 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 10 [json_name = "name"];java.lang.StringgetUpdated()string updated = 3 [json_name = "updated"];com.google.protobuf.ByteStringgetUpdatedBytes()string updated = 3 [json_name = "updated"];
-
-
-
Method Detail
-
getId
long getId()
uint64 id = 1 [json_name = "id"];- Returns:
- The id.
-
getCreated
java.lang.String getCreated()
string created = 2 [json_name = "created"];- Returns:
- The created.
-
getCreatedBytes
com.google.protobuf.ByteString getCreatedBytes()
string created = 2 [json_name = "created"];- Returns:
- The bytes for created.
-
getUpdated
java.lang.String getUpdated()
string updated = 3 [json_name = "updated"];- Returns:
- The updated.
-
getUpdatedBytes
com.google.protobuf.ByteString getUpdatedBytes()
string updated = 3 [json_name = "updated"];- Returns:
- The bytes for updated.
-
getCustomFields
java.lang.String getCustomFields()
string custom_fields = 8 [json_name = "customFields"];- Returns:
- The customFields.
-
getCustomFieldsBytes
com.google.protobuf.ByteString getCustomFieldsBytes()
string custom_fields = 8 [json_name = "customFields"];- Returns:
- The bytes for customFields.
-
getName
java.lang.String getName()
string name = 10 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 10 [json_name = "name"];- Returns:
- The bytes for name.
-
getAlias
java.lang.String getAlias()
string alias = 11 [json_name = "alias"];- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
string alias = 11 [json_name = "alias"];- Returns:
- The bytes for alias.
-
-