Class OperationMetaServiceSpecification


  • public final class OperationMetaServiceSpecification
    extends Object
    What is this?.
    • Constructor Detail

      • OperationMetaServiceSpecification

        public OperationMetaServiceSpecification()
    • Method Detail

      • metricSpecifications

        public List<OperationMetaMetricSpecification> metricSpecifications()
        Get the metricSpecifications property: Service metric specifications.
        Returns:
        the metricSpecifications value.
      • withMetricSpecifications

        public OperationMetaServiceSpecification withMetricSpecifications​(List<OperationMetaMetricSpecification> metricSpecifications)
        Set the metricSpecifications property: Service metric specifications.
        Parameters:
        metricSpecifications - the metricSpecifications value to set.
        Returns:
        the OperationMetaServiceSpecification object itself.
      • logSpecifications

        public List<OperationMetaLogSpecification> logSpecifications()
        Get the logSpecifications property: Service log specifications.
        Returns:
        the logSpecifications value.
      • withLogSpecifications

        public OperationMetaServiceSpecification withLogSpecifications​(List<OperationMetaLogSpecification> logSpecifications)
        Set the logSpecifications property: Service log specifications.
        Parameters:
        logSpecifications - the logSpecifications value to set.
        Returns:
        the OperationMetaServiceSpecification object itself.
      • validate

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