Class LimitObject


  • public final class LimitObject
    extends LimitJsonObject
    The resource quota limit value.
    • Constructor Detail

      • LimitObject

        public LimitObject()
    • Method Detail

      • value

        public int value()
        Get the value property: The quota/limit value.
        Returns:
        the value value.
      • withValue

        public LimitObject withValue​(int value)
        Set the value property: The quota/limit value.
        Parameters:
        value - the value value to set.
        Returns:
        the LimitObject object itself.
      • limitType

        public QuotaLimitTypes limitType()
        Get the limitType property: The quota or usages limit types.
        Returns:
        the limitType value.
      • withLimitType

        public LimitObject withLimitType​(QuotaLimitTypes limitType)
        Set the limitType property: The quota or usages limit types.
        Parameters:
        limitType - the limitType value to set.
        Returns:
        the LimitObject object itself.