Package com.nhn.gameanvil.protocol
Interface Base.GetChannelListResOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Base.GetChannelListRes
,Base.GetChannelListRes.Builder
- Enclosing class:
- Base
public static interface Base.GetChannelListResOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getChannelList(int index)
list of channel ID.com.google.protobuf.ByteString
getChannelListBytes(int index)
list of channel ID.int
getChannelListCount()
list of channel ID.java.util.List<java.lang.String>
getChannelListList()
list of channel ID.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getChannelListList
java.util.List<java.lang.String> getChannelListList()
list of channel ID.
repeated string channel_list = 2;
- Returns:
- A list containing the channelList.
-
getChannelListCount
int getChannelListCount()
list of channel ID.
repeated string channel_list = 2;
- Returns:
- The count of channelList.
-
getChannelList
java.lang.String getChannelList(int index)
list of channel ID.
repeated string channel_list = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The channelList at the given index.
-
getChannelListBytes
com.google.protobuf.ByteString getChannelListBytes(int index)
list of channel ID.
repeated string channel_list = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the channelList at the given index.
-
-