Interface ChatChannelShieldNotifyOuterClass.ChatChannelShieldNotifyOrBuilder

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

public static interface ChatChannelShieldNotifyOuterClass.ChatChannelShieldNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 channel_id = 5;
    boolean
    bool is_shield = 2;

    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

    • getIsShield

      boolean getIsShield()
      bool is_shield = 2;
      Returns:
      The isShield.
    • getChannelId

      int getChannelId()
      uint32 channel_id = 5;
      Returns:
      The channelId.