Interface NumericEntitlementOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    NumericEntitlement, NumericEntitlement.Builder

    public interface NumericEntitlementOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      EntitlementFeature getFeature()
      optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
      EntitlementFeatureOrBuilder getFeatureOrBuilder()
      optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
      boolean getIsUnlimited()
      bool is_unlimited = 6 [json_name = "isUnlimited"];
      int getValue()
      optional int32 value = 5 [json_name = "value"];
      boolean hasFeature()
      optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
      boolean hasValue()
      optional int32 value = 5 [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

      • hasFeature

        boolean hasFeature()
        optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
        Returns:
        Whether the feature field is set.
      • getFeature

        EntitlementFeature getFeature()
        optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
        Returns:
        The feature.
      • getFeatureOrBuilder

        EntitlementFeatureOrBuilder getFeatureOrBuilder()
        optional .stigg.sidecar.v1.EntitlementFeature feature = 4 [json_name = "feature"];
      • hasValue

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

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

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