Package com.nhn.gameanvil.protocol
Interface Base.GetChannelCountInfoResOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.GetChannelCountInfoRes
,Base.GetChannelCountInfoRes.Builder
- Enclosing class:
- Base
public static interface Base.GetChannelCountInfoResOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Base.ChannelCountInfo
getChannelCountInfo()
.com.nhn.gameanvil.protocol.ChannelCountInfo channelCountInfo = 1;
Base.ChannelCountInfoOrBuilder
getChannelCountInfoOrBuilder()
.com.nhn.gameanvil.protocol.ChannelCountInfo channelCountInfo = 1;
boolean
hasChannelCountInfo()
.com.nhn.gameanvil.protocol.ChannelCountInfo channelCountInfo = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasChannelCountInfo
boolean hasChannelCountInfo()
.com.nhn.gameanvil.protocol.ChannelCountInfo channelCountInfo = 1;
- Returns:
- Whether the channelCountInfo field is set.
-
getChannelCountInfo
Base.ChannelCountInfo getChannelCountInfo()
.com.nhn.gameanvil.protocol.ChannelCountInfo channelCountInfo = 1;
- Returns:
- The channelCountInfo.
-
getChannelCountInfoOrBuilder
Base.ChannelCountInfoOrBuilder getChannelCountInfoOrBuilder()
.com.nhn.gameanvil.protocol.ChannelCountInfo channelCountInfo = 1;
-
-