Class PlayerAttributes.Builder

    • Method Detail

      • setDisplayId

        public PlayerAttributes.Builder setDisplayId​(int value)
        int32 display_id = 1 [json_name = "displayId"];
        Parameters:
        value - The displayId to set.
        Returns:
        This builder for chaining.
      • clearDisplayId

        public PlayerAttributes.Builder clearDisplayId()
        int32 display_id = 1 [json_name = "displayId"];
        Returns:
        This builder for chaining.
      • getFullFirst

        public java.lang.String getFullFirst()
        string full_first = 3 [json_name = "fullFirst"];
        Specified by:
        getFullFirst in interface PlayerAttributesOrBuilder
        Returns:
        The fullFirst.
      • getFullFirstBytes

        public com.google.protobuf.ByteString getFullFirstBytes()
        string full_first = 3 [json_name = "fullFirst"];
        Specified by:
        getFullFirstBytes in interface PlayerAttributesOrBuilder
        Returns:
        The bytes for fullFirst.
      • setFullFirst

        public PlayerAttributes.Builder setFullFirst​(java.lang.String value)
        string full_first = 3 [json_name = "fullFirst"];
        Parameters:
        value - The fullFirst to set.
        Returns:
        This builder for chaining.
      • clearFullFirst

        public PlayerAttributes.Builder clearFullFirst()
        string full_first = 3 [json_name = "fullFirst"];
        Returns:
        This builder for chaining.
      • setFullFirstBytes

        public PlayerAttributes.Builder setFullFirstBytes​(com.google.protobuf.ByteString value)
        string full_first = 3 [json_name = "fullFirst"];
        Parameters:
        value - The bytes for fullFirst to set.
        Returns:
        This builder for chaining.
      • getFullLast

        public java.lang.String getFullLast()
        string full_last = 4 [json_name = "fullLast"];
        Specified by:
        getFullLast in interface PlayerAttributesOrBuilder
        Returns:
        The fullLast.
      • getFullLastBytes

        public com.google.protobuf.ByteString getFullLastBytes()
        string full_last = 4 [json_name = "fullLast"];
        Specified by:
        getFullLastBytes in interface PlayerAttributesOrBuilder
        Returns:
        The bytes for fullLast.
      • setFullLast

        public PlayerAttributes.Builder setFullLast​(java.lang.String value)
        string full_last = 4 [json_name = "fullLast"];
        Parameters:
        value - The fullLast to set.
        Returns:
        This builder for chaining.
      • clearFullLast

        public PlayerAttributes.Builder clearFullLast()
        string full_last = 4 [json_name = "fullLast"];
        Returns:
        This builder for chaining.
      • setFullLastBytes

        public PlayerAttributes.Builder setFullLastBytes​(com.google.protobuf.ByteString value)
        string full_last = 4 [json_name = "fullLast"];
        Parameters:
        value - The bytes for fullLast to set.
        Returns:
        This builder for chaining.
      • getUniform

        public java.lang.String getUniform()
        string uniform = 5 [json_name = "uniform"];
        Specified by:
        getUniform in interface PlayerAttributesOrBuilder
        Returns:
        The uniform.
      • getUniformBytes

        public com.google.protobuf.ByteString getUniformBytes()
        string uniform = 5 [json_name = "uniform"];
        Specified by:
        getUniformBytes in interface PlayerAttributesOrBuilder
        Returns:
        The bytes for uniform.
      • setUniform

        public PlayerAttributes.Builder setUniform​(java.lang.String value)
        string uniform = 5 [json_name = "uniform"];
        Parameters:
        value - The uniform to set.
        Returns:
        This builder for chaining.
      • clearUniform

        public PlayerAttributes.Builder clearUniform()
        string uniform = 5 [json_name = "uniform"];
        Returns:
        This builder for chaining.
      • setUniformBytes

        public PlayerAttributes.Builder setUniformBytes​(com.google.protobuf.ByteString value)
        string uniform = 5 [json_name = "uniform"];
        Parameters:
        value - The bytes for uniform to set.
        Returns:
        This builder for chaining.
      • hasHeight

        public boolean hasHeight()
        .streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];
        Specified by:
        hasHeight in interface PlayerAttributesOrBuilder
        Returns:
        Whether the height field is set.
      • clearHeight

        public PlayerAttributes.Builder clearHeight()
        .streamlayer.sports.PlayerAttributes.Height height = 6 [json_name = "height"];
      • hasWeight

        public boolean hasWeight()
        .streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];
        Specified by:
        hasWeight in interface PlayerAttributesOrBuilder
        Returns:
        Whether the weight field is set.
      • clearWeight

        public PlayerAttributes.Builder clearWeight()
        .streamlayer.sports.PlayerAttributes.Weight weight = 7 [json_name = "weight"];
      • hasBirth

        public boolean hasBirth()
        .streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];
        Specified by:
        hasBirth in interface PlayerAttributesOrBuilder
        Returns:
        Whether the birth field is set.
      • clearBirth

        public PlayerAttributes.Builder clearBirth()
        .streamlayer.sports.PlayerAttributes.Birth birth = 8 [json_name = "birth"];