Interface OpActivityTagBriefInfoOuterClass.OpActivityTagBriefInfoOrBuilder

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

public static interface OpActivityTagBriefInfoOuterClass.OpActivityTagBriefInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 config_id = 13;
    boolean
    bool has_reward = 14;
    int
    uint32 op_activity_type = 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

    • getHasReward

      boolean getHasReward()
      bool has_reward = 14;
      Returns:
      The hasReward.
    • getOpActivityType

      int getOpActivityType()
      uint32 op_activity_type = 2;
      Returns:
      The opActivityType.
    • getConfigId

      int getConfigId()
      uint32 config_id = 13;
      Returns:
      The configId.