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.Birth getBirth()
      .streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];
      int getDisplayId()
      int32 display_id = 1 [json_name = "displayId"];
      java.lang.String getFullFirst()
      string full_first = 3 [json_name = "fullFirst"];
      com.google.protobuf.ByteString getFullFirstBytes()
      string full_first = 3 [json_name = "fullFirst"];
      java.lang.String getFullLast()
      string full_last = 4 [json_name = "fullLast"];
      com.google.protobuf.ByteString getFullLastBytes()
      string full_last = 4 [json_name = "fullLast"];
      PlayerAttributes.Height getHeight()
      .streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];
      java.lang.String getUniform()
      string uniform = 5 [json_name = "uniform"];
      com.google.protobuf.ByteString getUniformBytes()
      string uniform = 5 [json_name = "uniform"];
      PlayerAttributes.Weight getWeight()
      .streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];
      boolean hasBirth()
      .streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];
      boolean hasHeight()
      .streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];
      boolean hasWeight()
      .streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.