Class UsageListResult


  • public final class UsageListResult
    extends Object
    The response from the List Usages operation.
    • Constructor Detail

      • UsageListResult

        public UsageListResult()
    • Method Detail

      • value

        public List<UsageInner> value()
        Get the value property: Gets or sets the list of Storage Resource Usages.
        Returns:
        the value value.
      • withValue

        public UsageListResult withValue​(List<UsageInner> value)
        Set the value property: Gets or sets the list of Storage Resource Usages.
        Parameters:
        value - the value value to set.
        Returns:
        the UsageListResult object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.