Class UsageModelsResult


  • public final class UsageModelsResult
    extends Object
    A list of Cache usage models.
    • Constructor Detail

      • UsageModelsResult

        public UsageModelsResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The URI to fetch the next page of Cache usage models.
        Returns:
        the nextLink value.
      • withNextLink

        public UsageModelsResult withNextLink​(String nextLink)
        Set the nextLink property: The URI to fetch the next page of Cache usage models.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the UsageModelsResult object itself.
      • value

        public List<UsageModelInner> value()
        Get the value property: The list of usage models available for the subscription.
        Returns:
        the value value.
      • withValue

        public UsageModelsResult withValue​(List<UsageModelInner> value)
        Set the value property: The list of usage models available for the subscription.
        Parameters:
        value - the value value to set.
        Returns:
        the UsageModelsResult object itself.
      • validate

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