Package com.streamlayer.chatManager
Class GetGroupResponse.GetGroupResponseData.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite.Builder<GetGroupResponse.GetGroupResponseData,GetGroupResponse.GetGroupResponseData.Builder>
-
- com.streamlayer.chatManager.GetGroupResponse.GetGroupResponseData.Builder
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,GetGroupResponse.GetGroupResponseDataOrBuilder,java.lang.Cloneable
- Enclosing class:
- GetGroupResponse.GetGroupResponseData
public static final class GetGroupResponse.GetGroupResponseData.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<GetGroupResponse.GetGroupResponseData,GetGroupResponse.GetGroupResponseData.Builder> implements GetGroupResponse.GetGroupResponseDataOrBuilder
Protobuf typestreamlayer.chatManager.GetGroupResponse.GetGroupResponseData
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetGroupResponse.GetGroupResponseData.BuilderclearAttributes().streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];GetGroupResponse.GetGroupResponseData.BuilderclearId()topic idGroupDatagetAttributes().streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];java.lang.StringgetId()topic idcom.google.protobuf.ByteStringgetIdBytes()topic idbooleanhasAttributes().streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];GetGroupResponse.GetGroupResponseData.BuildermergeAttributes(GroupData value).streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];GetGroupResponse.GetGroupResponseData.BuildersetAttributes(GroupData value).streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];GetGroupResponse.GetGroupResponseData.BuildersetAttributes(GroupData.Builder builderForValue).streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];GetGroupResponse.GetGroupResponseData.BuildersetId(java.lang.String value)topic idGetGroupResponse.GetGroupResponseData.BuildersetIdBytes(com.google.protobuf.ByteString value)topic id-
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
-
getId
public java.lang.String getId()
topic id
string id = 1 [json_name = "id"];- Specified by:
getIdin interfaceGetGroupResponse.GetGroupResponseDataOrBuilder- Returns:
- The id.
-
getIdBytes
public com.google.protobuf.ByteString getIdBytes()
topic id
string id = 1 [json_name = "id"];- Specified by:
getIdBytesin interfaceGetGroupResponse.GetGroupResponseDataOrBuilder- Returns:
- The bytes for id.
-
setId
public GetGroupResponse.GetGroupResponseData.Builder setId(java.lang.String value)
topic id
string id = 1 [json_name = "id"];- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
public GetGroupResponse.GetGroupResponseData.Builder clearId()
topic id
string id = 1 [json_name = "id"];- Returns:
- This builder for chaining.
-
setIdBytes
public GetGroupResponse.GetGroupResponseData.Builder setIdBytes(com.google.protobuf.ByteString value)
topic id
string id = 1 [json_name = "id"];- Parameters:
value- The bytes for id to set.- Returns:
- This builder for chaining.
-
hasAttributes
public boolean hasAttributes()
.streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];- Specified by:
hasAttributesin interfaceGetGroupResponse.GetGroupResponseDataOrBuilder- Returns:
- Whether the attributes field is set.
-
getAttributes
public GroupData getAttributes()
.streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];- Specified by:
getAttributesin interfaceGetGroupResponse.GetGroupResponseDataOrBuilder- Returns:
- The attributes.
-
setAttributes
public GetGroupResponse.GetGroupResponseData.Builder setAttributes(GroupData value)
.streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];
-
setAttributes
public GetGroupResponse.GetGroupResponseData.Builder setAttributes(GroupData.Builder builderForValue)
.streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];
-
mergeAttributes
public GetGroupResponse.GetGroupResponseData.Builder mergeAttributes(GroupData value)
.streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];
-
clearAttributes
public GetGroupResponse.GetGroupResponseData.Builder clearAttributes()
.streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];
-
-