Interface Base.GetAllChannelInfoResOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Base.GetAllChannelInfoRes, Base.GetAllChannelInfoRes.Builder
    Enclosing class:
    Base

    public static interface Base.GetAllChannelInfoResOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getChannelInfoCount

        int getChannelInfoCount()
         channelId, ChannelInfo
         
        map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
      • containsChannelInfo

        boolean containsChannelInfo​(java.lang.String key)
         channelId, ChannelInfo
         
        map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
      • getChannelInfoMap

        java.util.Map<java.lang.String,​Base.ChannelInfo> getChannelInfoMap()
         channelId, ChannelInfo
         
        map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
      • getChannelInfoOrDefault

        Base.ChannelInfo getChannelInfoOrDefault​(java.lang.String key,
                                                 Base.ChannelInfo defaultValue)
         channelId, ChannelInfo
         
        map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;
      • getChannelInfoOrThrow

        Base.ChannelInfo getChannelInfoOrThrow​(java.lang.String key)
         channelId, ChannelInfo
         
        map<string, .com.nhn.gameanvil.protocol.ChannelInfo> channelInfo = 1;