Interface UgcNotifyOuterClass.UgcNotifyOrBuilder

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

public static interface UgcNotifyOuterClass.UgcNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_ugc_feature_closed = 15;
    boolean
    bool is_ugc_publish_ban = 12;
    boolean
    bool is_ugc_publish_feature_closed = 8;

    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

    • getIsUgcPublishBan

      boolean getIsUgcPublishBan()
      bool is_ugc_publish_ban = 12;
      Returns:
      The isUgcPublishBan.
    • getIsUgcPublishFeatureClosed

      boolean getIsUgcPublishFeatureClosed()
      bool is_ugc_publish_feature_closed = 8;
      Returns:
      The isUgcPublishFeatureClosed.
    • getIsUgcFeatureClosed

      boolean getIsUgcFeatureClosed()
      bool is_ugc_feature_closed = 15;
      Returns:
      The isUgcFeatureClosed.