Interface EntitlementFeatureOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      FeatureType getFeatureType()
      .stigg.sidecar.v1.FeatureType feature_type = 2 [json_name = "featureType"];
      int getFeatureTypeValue()
      .stigg.sidecar.v1.FeatureType feature_type = 2 [json_name = "featureType"];
      java.lang.String getId()
      string id = 1 [json_name = "id"];
      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      boolean getIsMetered()
      bool is_metered = 6 [json_name = "isMetered"];
      MeterType getMeterType()
      .stigg.sidecar.v1.MeterType meter_type = 5 [json_name = "meterType"];
      int getMeterTypeValue()
      .stigg.sidecar.v1.MeterType meter_type = 5 [json_name = "meterType"];
      java.lang.String getUnits()
      optional string units = 3 [json_name = "units"];
      com.google.protobuf.ByteString getUnitsBytes()
      optional string units = 3 [json_name = "units"];
      java.lang.String getUnitsPlural()
      optional string units_plural = 4 [json_name = "unitsPlural"];
      com.google.protobuf.ByteString getUnitsPluralBytes()
      optional string units_plural = 4 [json_name = "unitsPlural"];
      boolean hasUnits()
      optional string units = 3 [json_name = "units"];
      boolean hasUnitsPlural()
      optional string units_plural = 4 [json_name = "unitsPlural"];
      • 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

      • getId

        java.lang.String getId()
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • getFeatureTypeValue

        int getFeatureTypeValue()
        .stigg.sidecar.v1.FeatureType feature_type = 2 [json_name = "featureType"];
        Returns:
        The enum numeric value on the wire for featureType.
      • getFeatureType

        FeatureType getFeatureType()
        .stigg.sidecar.v1.FeatureType feature_type = 2 [json_name = "featureType"];
        Returns:
        The featureType.
      • hasUnits

        boolean hasUnits()
        optional string units = 3 [json_name = "units"];
        Returns:
        Whether the units field is set.
      • getUnits

        java.lang.String getUnits()
        optional string units = 3 [json_name = "units"];
        Returns:
        The units.
      • getUnitsBytes

        com.google.protobuf.ByteString getUnitsBytes()
        optional string units = 3 [json_name = "units"];
        Returns:
        The bytes for units.
      • hasUnitsPlural

        boolean hasUnitsPlural()
        optional string units_plural = 4 [json_name = "unitsPlural"];
        Returns:
        Whether the unitsPlural field is set.
      • getUnitsPlural

        java.lang.String getUnitsPlural()
        optional string units_plural = 4 [json_name = "unitsPlural"];
        Returns:
        The unitsPlural.
      • getUnitsPluralBytes

        com.google.protobuf.ByteString getUnitsPluralBytes()
        optional string units_plural = 4 [json_name = "unitsPlural"];
        Returns:
        The bytes for unitsPlural.
      • getMeterTypeValue

        int getMeterTypeValue()
        .stigg.sidecar.v1.MeterType meter_type = 5 [json_name = "meterType"];
        Returns:
        The enum numeric value on the wire for meterType.
      • getMeterType

        MeterType getMeterType()
        .stigg.sidecar.v1.MeterType meter_type = 5 [json_name = "meterType"];
        Returns:
        The meterType.
      • getIsMetered

        boolean getIsMetered()
        bool is_metered = 6 [json_name = "isMetered"];
        Returns:
        The isMetered.