Class ServiceSpecification


  • public final class ServiceSpecification
    extends Object
    One property of operation, include metric specifications.
    • Constructor Detail

      • ServiceSpecification

        public ServiceSpecification()
    • Method Detail

      • metricSpecifications

        public List<MetricSpecification> metricSpecifications()
        Get the metricSpecifications property: Metric specifications of operation.
        Returns:
        the metricSpecifications value.
      • withMetricSpecifications

        public ServiceSpecification withMetricSpecifications​(List<MetricSpecification> metricSpecifications)
        Set the metricSpecifications property: Metric specifications of operation.
        Parameters:
        metricSpecifications - the metricSpecifications value to set.
        Returns:
        the ServiceSpecification object itself.
      • validate

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