Class PlaceResponse.Builder

    • Method Detail

      • getId

        public java.lang.String getId()
        string id = 1 [json_name = "id"];
        Specified by:
        getId in interface PlaceResponseOrBuilder
        Returns:
        The id.
      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Specified by:
        getIdBytes in interface PlaceResponseOrBuilder
        Returns:
        The bytes for id.
      • setId

        public PlaceResponse.Builder setId​(java.lang.String value)
        string id = 1 [json_name = "id"];
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • clearId

        public PlaceResponse.Builder clearId()
        string id = 1 [json_name = "id"];
        Returns:
        This builder for chaining.
      • setIdBytes

        public PlaceResponse.Builder setIdBytes​(com.google.protobuf.ByteString value)
        string id = 1 [json_name = "id"];
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • getType

        public java.lang.String getType()
        string type = 2 [json_name = "type"];
        Specified by:
        getType in interface PlaceResponseOrBuilder
        Returns:
        The type.
      • getTypeBytes

        public com.google.protobuf.ByteString getTypeBytes()
        string type = 2 [json_name = "type"];
        Specified by:
        getTypeBytes in interface PlaceResponseOrBuilder
        Returns:
        The bytes for type.
      • setType

        public PlaceResponse.Builder setType​(java.lang.String value)
        string type = 2 [json_name = "type"];
        Parameters:
        value - The type to set.
        Returns:
        This builder for chaining.
      • clearType

        public PlaceResponse.Builder clearType()
        string type = 2 [json_name = "type"];
        Returns:
        This builder for chaining.
      • setTypeBytes

        public PlaceResponse.Builder setTypeBytes​(com.google.protobuf.ByteString value)
        string type = 2 [json_name = "type"];
        Parameters:
        value - The bytes for type to set.
        Returns:
        This builder for chaining.
      • hasAttributes

        public boolean hasAttributes()
        .streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];
        Specified by:
        hasAttributes in interface PlaceResponseOrBuilder
        Returns:
        Whether the attributes field is set.
      • clearAttributes

        public PlaceResponse.Builder clearAttributes()
        .streamlayer.inplay.bets.PlaceResponse.PlaceResponseAttributes attributes = 3 [json_name = "attributes"];