Package com.streamlayer.chatManager
Interface UpdateGroupResponse.UpdateGroupResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateGroupResponse.UpdateGroupResponseData,UpdateGroupResponse.UpdateGroupResponseData.Builder
- Enclosing class:
- UpdateGroupResponse
public static interface UpdateGroupResponse.UpdateGroupResponseDataOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GroupDatagetAttributes().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"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
topic id
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
topic id
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
hasAttributes
boolean hasAttributes()
.streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];- Returns:
- Whether the attributes field is set.
-
getAttributes
GroupData getAttributes()
.streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];- Returns:
- The attributes.
-
-