Package com.nhn.gameanvil.protocol
Interface Base.ChannelCountInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.ChannelCountInfo
,Base.ChannelCountInfo.Builder
- Enclosing class:
- Base
public static interface Base.ChannelCountInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChannelId()
string channel_id = 1;
com.google.protobuf.ByteString
getChannelIdBytes()
string channel_id = 1;
int
getRoomCount()
int32 room_count = 3;
int
getUserCount()
int32 user_count = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelId
java.lang.String getChannelId()
string channel_id = 1;
- Returns:
- The channelId.
-
getChannelIdBytes
com.google.protobuf.ByteString getChannelIdBytes()
string channel_id = 1;
- Returns:
- The bytes for channelId.
-
getUserCount
int getUserCount()
int32 user_count = 2;
- Returns:
- The userCount.
-
getRoomCount
int getRoomCount()
int32 room_count = 3;
- Returns:
- The roomCount.
-
-