Class OperationMetaMetricSpecification

java.lang.Object
com.azure.resourcemanager.datalakeanalytics.models.OperationMetaMetricSpecification

public final class OperationMetaMetricSpecification extends Object
The OperationMetaMetricSpecification model.
  • Constructor Details

    • OperationMetaMetricSpecification

      public OperationMetaMetricSpecification()
      Creates an instance of OperationMetaMetricSpecification class.
  • Method Details

    • name

      public String name()
      Get the name property: The name for OperationMetaMetricSpecification.
      Returns:
      the name value.
    • withName

      public OperationMetaMetricSpecification withName(String name)
      Set the name property: The name for OperationMetaMetricSpecification.
      Parameters:
      name - the name value to set.
      Returns:
      the OperationMetaMetricSpecification object itself.
    • displayDescription

      public String displayDescription()
      Get the displayDescription property: The displayName for OperationMetaMetricSpecification.
      Returns:
      the displayDescription value.
    • withDisplayDescription

      public OperationMetaMetricSpecification withDisplayDescription(String displayDescription)
      Set the displayDescription property: The displayName for OperationMetaMetricSpecification.
      Parameters:
      displayDescription - the displayDescription value to set.
      Returns:
      the OperationMetaMetricSpecification object itself.
    • displayName

      public String displayName()
      Get the displayName property: The displayName for OperationMetaMetricSpecification.
      Returns:
      the displayName value.
    • withDisplayName

      public OperationMetaMetricSpecification withDisplayName(String displayName)
      Set the displayName property: The displayName for OperationMetaMetricSpecification.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the OperationMetaMetricSpecification object itself.
    • unit

      public String unit()
      Get the unit property: The unit for OperationMetaMetricSpecification.
      Returns:
      the unit value.
    • withUnit

      public OperationMetaMetricSpecification withUnit(String unit)
      Set the unit property: The unit for OperationMetaMetricSpecification.
      Parameters:
      unit - the unit value to set.
      Returns:
      the OperationMetaMetricSpecification object itself.
    • aggregationType

      public String aggregationType()
      Get the aggregationType property: The aggregationType for OperationMetaMetricSpecification.
      Returns:
      the aggregationType value.
    • withAggregationType

      public OperationMetaMetricSpecification withAggregationType(String aggregationType)
      Set the aggregationType property: The aggregationType for OperationMetaMetricSpecification.
      Parameters:
      aggregationType - the aggregationType value to set.
      Returns:
      the OperationMetaMetricSpecification object itself.
    • availabilities

      Get the availabilities property: The availabilities for OperationMetaMetricSpecification.
      Returns:
      the availabilities value.
    • withAvailabilities

      Set the availabilities property: The availabilities for OperationMetaMetricSpecification.
      Parameters:
      availabilities - the availabilities value to set.
      Returns:
      the OperationMetaMetricSpecification object itself.
    • validate

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