Class FantasyGroupMeta.Builder

    • Field Summary

      • Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        instance
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FantasyGroupMeta.Builder clearFantasyId()
      string fantasy_id = 1 [json_name = "fantasyId"];
      java.lang.String getFantasyId()
      string fantasy_id = 1 [json_name = "fantasyId"];
      com.google.protobuf.ByteString getFantasyIdBytes()
      string fantasy_id = 1 [json_name = "fantasyId"];
      FantasyGroupMeta.Builder setFantasyId​(java.lang.String value)
      string fantasy_id = 1 [json_name = "fantasyId"];
      FantasyGroupMeta.Builder setFantasyIdBytes​(com.google.protobuf.ByteString value)
      string fantasy_id = 1 [json_name = "fantasyId"];
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getFantasyId

        public java.lang.String getFantasyId()
        string fantasy_id = 1 [json_name = "fantasyId"];
        Specified by:
        getFantasyId in interface FantasyGroupMetaOrBuilder
        Returns:
        The fantasyId.
      • getFantasyIdBytes

        public com.google.protobuf.ByteString getFantasyIdBytes()
        string fantasy_id = 1 [json_name = "fantasyId"];
        Specified by:
        getFantasyIdBytes in interface FantasyGroupMetaOrBuilder
        Returns:
        The bytes for fantasyId.
      • setFantasyId

        public FantasyGroupMeta.Builder setFantasyId​(java.lang.String value)
        string fantasy_id = 1 [json_name = "fantasyId"];
        Parameters:
        value - The fantasyId to set.
        Returns:
        This builder for chaining.
      • clearFantasyId

        public FantasyGroupMeta.Builder clearFantasyId()
        string fantasy_id = 1 [json_name = "fantasyId"];
        Returns:
        This builder for chaining.
      • setFantasyIdBytes

        public FantasyGroupMeta.Builder setFantasyIdBytes​(com.google.protobuf.ByteString value)
        string fantasy_id = 1 [json_name = "fantasyId"];
        Parameters:
        value - The bytes for fantasyId to set.
        Returns:
        This builder for chaining.