Class GroupData.Builder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, GroupDataOrBuilder, java.lang.Cloneable
    Enclosing class:
    GroupData

    public static final class GroupData.Builder
    extends com.google.protobuf.GeneratedMessageLite.Builder<GroupData,​GroupData.Builder>
    implements GroupDataOrBuilder
    Protobuf type streamlayer.chatManager.GroupData
    • 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
      GroupData.Builder clearMeta()
      .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
      FantasyGroupMeta getMeta()
      .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
      boolean hasMeta()
      .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
      GroupData.Builder mergeMeta​(FantasyGroupMeta value)
      .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
      GroupData.Builder setMeta​(FantasyGroupMeta value)
      .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
      GroupData.Builder setMeta​(FantasyGroupMeta.Builder builderForValue)
      .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
      • 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

      • hasMeta

        public boolean hasMeta()
        .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];
        Specified by:
        hasMeta in interface GroupDataOrBuilder
        Returns:
        Whether the meta field is set.
      • clearMeta

        public GroupData.Builder clearMeta()
        .streamlayer.chatManager.FantasyGroupMeta meta = 1 [json_name = "meta"];