Class UsageListResultInner


  • public final class UsageListResultInner
    extends Object
    The response to a list usage request.
    • Constructor Detail

      • UsageListResultInner

        public UsageListResultInner()
    • Method Detail

      • value

        public List<Usage> value()
        Get the value property: The list of usages for Cognitive Service account.
        Returns:
        the value value.
      • withValue

        public UsageListResultInner withValue​(List<Usage> value)
        Set the value property: The list of usages for Cognitive Service account.
        Parameters:
        value - the value value to set.
        Returns:
        the UsageListResultInner object itself.
      • validate

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