Interface ChatChannelUpdateNotifyOuterClass.ChatChannelUpdateNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChatChannelUpdateNotifyOuterClass.ChatChannelUpdateNotify, ChatChannelUpdateNotifyOuterClass.ChatChannelUpdateNotify.Builder
Enclosing class:
ChatChannelUpdateNotifyOuterClass

public static interface ChatChannelUpdateNotifyOuterClass.ChatChannelUpdateNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 channel_id = 2;
    .ChatChannelInfo channel_info = 5;
    .ChatChannelInfo channel_info = 5;
    boolean
    bool is_create = 15;
    boolean
    .ChatChannelInfo channel_info = 5;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getChannelId

      int getChannelId()
      uint32 channel_id = 2;
      Returns:
      The channelId.
    • hasChannelInfo

      boolean hasChannelInfo()
      .ChatChannelInfo channel_info = 5;
      Returns:
      Whether the channelInfo field is set.
    • getChannelInfo

      .ChatChannelInfo channel_info = 5;
      Returns:
      The channelInfo.
    • getChannelInfoOrBuilder

      .ChatChannelInfo channel_info = 5;
    • getIsCreate

      boolean getIsCreate()
      bool is_create = 15;
      Returns:
      The isCreate.