Class ServiceSpecification


  • public final class ServiceSpecification
    extends Object
    The service metric specifications.
    • Constructor Detail

      • ServiceSpecification

        public ServiceSpecification()
    • Method Detail

      • logSpecifications

        public List<LogSpecification> logSpecifications()
        Get the logSpecifications property: List of log specifications.
        Returns:
        the logSpecifications value.
      • metricSpecifications

        public List<MetricSpecification> metricSpecifications()
        Get the metricSpecifications property: List of metric specifications.
        Returns:
        the metricSpecifications value.
      • validate

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