Class MetricDefinitionListResult


  • public final class MetricDefinitionListResult
    extends Object
    The response to a list database metric definitions request.
    • Constructor Detail

      • MetricDefinitionListResult

        public MetricDefinitionListResult()
    • Method Detail

      • value

        public List<MetricDefinitionInner> value()
        Get the value property: The list of metric definitions for the database.
        Returns:
        the value value.
      • withValue

        public MetricDefinitionListResult withValue​(List<MetricDefinitionInner> value)
        Set the value property: The list of metric definitions for the database.
        Parameters:
        value - the value value to set.
        Returns:
        the MetricDefinitionListResult object itself.
      • validate

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