Class MetricListResult


  • public final class MetricListResult
    extends Object
    The response to a list database metrics request.
    • Constructor Detail

      • MetricListResult

        public MetricListResult()
    • Method Detail

      • value

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

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

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