Interface ExclusiveRuleInfoOuterClass.ExclusiveRuleInfoOrBuilder

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

public static interface ExclusiveRuleInfoOuterClass.ExclusiveRuleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getObjectIdList(int index)
    repeated uint32 object_id_list = 15;
    int
    repeated uint32 object_id_list = 15;
    repeated uint32 object_id_list = 15;
    int
    uint32 rule_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

    • getRuleType

      int getRuleType()
      uint32 rule_type = 2;
      Returns:
      The ruleType.
    • getObjectIdListList

      List<Integer> getObjectIdListList()
      repeated uint32 object_id_list = 15;
      Returns:
      A list containing the objectIdList.
    • getObjectIdListCount

      int getObjectIdListCount()
      repeated uint32 object_id_list = 15;
      Returns:
      The count of objectIdList.
    • getObjectIdList

      int getObjectIdList(int index)
      repeated uint32 object_id_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The objectIdList at the given index.