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