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.
      • logSpecifications

        public List<LogSpecification> logSpecifications()
        Get the logSpecifications property: Log specification of operation.
        Returns:
        the logSpecifications value.
      • withLogSpecifications

        public ServiceSpecification withLogSpecifications​(List<LogSpecification> logSpecifications)
        Set the logSpecifications property: Log specification of operation.
        Parameters:
        logSpecifications - the logSpecifications value to set.
        Returns:
        the ServiceSpecification object itself.
      • validate

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