Package com.streamlayer.chatManager
Class GetGroupRequest.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<GetGroupRequest,GetGroupRequest.Builder>
-
- com.streamlayer.chatManager.GetGroupRequest.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GetGroupRequestOrBuilder,java.lang.Cloneable
- Enclosing class:
- GetGroupRequest
public static final class GetGroupRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<GetGroupRequest,GetGroupRequest.Builder> implements GetGroupRequestOrBuilder
Protobuf typestreamlayer.chatManager.GetGroupRequest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGroupRequest.BuilderclearTopicId()string topic_id = 1 [json_name = "topicId"];java.lang.StringgetTopicId()string topic_id = 1 [json_name = "topicId"];com.google.protobuf.ByteStringgetTopicIdBytes()string topic_id = 1 [json_name = "topicId"];GetGroupRequest.BuildersetTopicId(java.lang.String value)string topic_id = 1 [json_name = "topicId"];GetGroupRequest.BuildersetTopicIdBytes(com.google.protobuf.ByteString value)string topic_id = 1 [json_name = "topicId"];-
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
-
-
-
-
Method Detail
-
getTopicId
public java.lang.String getTopicId()
string topic_id = 1 [json_name = "topicId"];- Specified by:
getTopicIdin interfaceGetGroupRequestOrBuilder- Returns:
- The topicId.
-
getTopicIdBytes
public com.google.protobuf.ByteString getTopicIdBytes()
string topic_id = 1 [json_name = "topicId"];- Specified by:
getTopicIdBytesin interfaceGetGroupRequestOrBuilder- Returns:
- The bytes for topicId.
-
setTopicId
public GetGroupRequest.Builder setTopicId(java.lang.String value)
string topic_id = 1 [json_name = "topicId"];- Parameters:
value- The topicId to set.- Returns:
- This builder for chaining.
-
clearTopicId
public GetGroupRequest.Builder clearTopicId()
string topic_id = 1 [json_name = "topicId"];- Returns:
- This builder for chaining.
-
setTopicIdBytes
public GetGroupRequest.Builder setTopicIdBytes(com.google.protobuf.ByteString value)
string topic_id = 1 [json_name = "topicId"];- Parameters:
value- The bytes for topicId to set.- Returns:
- This builder for chaining.
-
-