Class OperationMetaMetricDimensionSpecification


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

      • OperationMetaMetricDimensionSpecification

        public OperationMetaMetricDimensionSpecification()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: Dimension display name.
        Returns:
        the displayName value.
      • withDisplayName

        public OperationMetaMetricDimensionSpecification withDisplayName​(String displayName)
        Set the displayName property: Dimension display name.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the OperationMetaMetricDimensionSpecification object itself.
      • name

        public String name()
        Get the name property: Dimension unique name.
        Returns:
        the name value.
      • withName

        public OperationMetaMetricDimensionSpecification withName​(String name)
        Set the name property: Dimension unique name.
        Parameters:
        name - the name value to set.
        Returns:
        the OperationMetaMetricDimensionSpecification object itself.
      • toBeExportedForShoebox

        public Boolean toBeExportedForShoebox()
        Get the toBeExportedForShoebox property: Whether this metric should be exported for Shoebox.
        Returns:
        the toBeExportedForShoebox value.
      • withToBeExportedForShoebox

        public OperationMetaMetricDimensionSpecification withToBeExportedForShoebox​(Boolean toBeExportedForShoebox)
        Set the toBeExportedForShoebox property: Whether this metric should be exported for Shoebox.
        Parameters:
        toBeExportedForShoebox - the toBeExportedForShoebox value to set.
        Returns:
        the OperationMetaMetricDimensionSpecification object itself.
      • validate

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