Package com.nhn.gameanvil.protocol
Interface Base.GetAllChannelCountInfoResOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.GetAllChannelCountInfoRes
,Base.GetAllChannelCountInfoRes.Builder
- Enclosing class:
- Base
public static interface Base.GetAllChannelCountInfoResOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsChannelCountInfo(java.lang.String key)
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
java.util.Map<java.lang.String,Base.ChannelCountInfo>
getChannelCountInfo()
Deprecated.int
getChannelCountInfoCount()
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
java.util.Map<java.lang.String,Base.ChannelCountInfo>
getChannelCountInfoMap()
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
Base.ChannelCountInfo
getChannelCountInfoOrDefault(java.lang.String key, Base.ChannelCountInfo defaultValue)
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
Base.ChannelCountInfo
getChannelCountInfoOrThrow(java.lang.String key)
map<string, .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
-
getChannelCountInfoCount
int getChannelCountInfoCount()
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
-
containsChannelCountInfo
boolean containsChannelCountInfo(java.lang.String key)
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
-
getChannelCountInfo
@Deprecated java.util.Map<java.lang.String,Base.ChannelCountInfo> getChannelCountInfo()
Deprecated.UsegetChannelCountInfoMap()
instead.
-
getChannelCountInfoMap
java.util.Map<java.lang.String,Base.ChannelCountInfo> getChannelCountInfoMap()
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
-
getChannelCountInfoOrDefault
Base.ChannelCountInfo getChannelCountInfoOrDefault(java.lang.String key, Base.ChannelCountInfo defaultValue)
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
-
getChannelCountInfoOrThrow
Base.ChannelCountInfo getChannelCountInfoOrThrow(java.lang.String key)
map<string, .com.nhn.gameanvil.protocol.ChannelCountInfo> channelCountInfo = 1;
-
-