Package com.streamlayer.chatManager
Interface GetGroupResponse.GetGroupResponseDataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
GetGroupResponse.GetGroupResponseData,GetGroupResponse.GetGroupResponseData.Builder
- Enclosing class:
- GetGroupResponse
public static interface GetGroupResponse.GetGroupResponseDataOrBuilder 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.
-
-