Package com.streamlayer.sports.common
Interface PlayerAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
PlayerAttributes,PlayerAttributes.Builder
public interface PlayerAttributesOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PlayerAttributes.BirthgetBirth().streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];intgetDisplayId()int32 display_id = 1 [json_name = "displayId"];java.lang.StringgetFullFirst()string full_first = 3 [json_name = "fullFirst"];com.google.protobuf.ByteStringgetFullFirstBytes()string full_first = 3 [json_name = "fullFirst"];java.lang.StringgetFullLast()string full_last = 4 [json_name = "fullLast"];com.google.protobuf.ByteStringgetFullLastBytes()string full_last = 4 [json_name = "fullLast"];PlayerAttributes.HeightgetHeight().streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];java.lang.StringgetUniform()string uniform = 5 [json_name = "uniform"];com.google.protobuf.ByteStringgetUniformBytes()string uniform = 5 [json_name = "uniform"];PlayerAttributes.WeightgetWeight().streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];booleanhasBirth().streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];booleanhasHeight().streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];booleanhasWeight().streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];
-
-
-
Method Detail
-
getDisplayId
int getDisplayId()
int32 display_id = 1 [json_name = "displayId"];- Returns:
- The displayId.
-
getFullFirst
java.lang.String getFullFirst()
string full_first = 3 [json_name = "fullFirst"];- Returns:
- The fullFirst.
-
getFullFirstBytes
com.google.protobuf.ByteString getFullFirstBytes()
string full_first = 3 [json_name = "fullFirst"];- Returns:
- The bytes for fullFirst.
-
getFullLast
java.lang.String getFullLast()
string full_last = 4 [json_name = "fullLast"];- Returns:
- The fullLast.
-
getFullLastBytes
com.google.protobuf.ByteString getFullLastBytes()
string full_last = 4 [json_name = "fullLast"];- Returns:
- The bytes for fullLast.
-
getUniform
java.lang.String getUniform()
string uniform = 5 [json_name = "uniform"];- Returns:
- The uniform.
-
getUniformBytes
com.google.protobuf.ByteString getUniformBytes()
string uniform = 5 [json_name = "uniform"];- Returns:
- The bytes for uniform.
-
hasHeight
boolean hasHeight()
.streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];- Returns:
- Whether the height field is set.
-
getHeight
PlayerAttributes.Height getHeight()
.streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];- Returns:
- The height.
-
hasWeight
boolean hasWeight()
.streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];- Returns:
- Whether the weight field is set.
-
getWeight
PlayerAttributes.Weight getWeight()
.streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];- Returns:
- The weight.
-
hasBirth
boolean hasBirth()
.streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];- Returns:
- Whether the birth field is set.
-
getBirth
PlayerAttributes.Birth getBirth()
.streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];- Returns:
- The birth.
-
-