Interface NumericEntitlementFallbackOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getHasAccess()
      bool has_access = 1 [json_name = "hasAccess"];
      boolean getIsUnlimited()
      optional bool is_unlimited = 3 [json_name = "isUnlimited"];
      int getValue()
      optional int32 value = 2 [json_name = "value"];
      boolean hasIsUnlimited()
      optional bool is_unlimited = 3 [json_name = "isUnlimited"];
      boolean hasValue()
      optional int32 value = 2 [json_name = "value"];
      • 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 Detail

      • getHasAccess

        boolean getHasAccess()
        bool has_access = 1 [json_name = "hasAccess"];
        Returns:
        The hasAccess.
      • hasValue

        boolean hasValue()
        optional int32 value = 2 [json_name = "value"];
        Returns:
        Whether the value field is set.
      • getValue

        int getValue()
        optional int32 value = 2 [json_name = "value"];
        Returns:
        The value.
      • hasIsUnlimited

        boolean hasIsUnlimited()
        optional bool is_unlimited = 3 [json_name = "isUnlimited"];
        Returns:
        Whether the isUnlimited field is set.
      • getIsUnlimited

        boolean getIsUnlimited()
        optional bool is_unlimited = 3 [json_name = "isUnlimited"];
        Returns:
        The isUnlimited.