OperationMetaMetricSpecification Class
- java.
lang. Object - com.
azure. resourcemanager. datalakeanalytics. models. OperationMetaMetricSpecification
- com.
Implements
public final class OperationMetaMetricSpecification
implements JsonSerializable<OperationMetaMetricSpecification>
The OperationMetaMetricSpecification model.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationMetaMetricSpecification() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
aggregationType()
Get the aggregation |
|
List<Operation |
availabilities()
Get the availabilities property: The availabilities for Operation |
| String |
displayDescription()
Get the display |
| String |
displayName()
Get the display |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
name()
Get the name property: The name for Operation |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
unit()
Get the unit property: The unit for Operation |
| void |
validate()
Validates the instance. |
|
Operation |
withAggregationType(String aggregationType)
Set the aggregation |
|
Operation |
withAvailabilities(List<OperationMetaMetricAvailabilitiesSpecification> availabilities)
Set the availabilities property: The availabilities for Operation |
|
Operation |
withDisplayDescription(String displayDescription)
Set the display |
|
Operation |
withDisplayName(String displayName)
Set the display |
|
Operation |
withName(String name)
Set the name property: The name for Operation |
|
Operation |
withUnit(String unit)
Set the unit property: The unit for Operation |
Methods inherited from java.lang.Object
Constructor Details
OperationMetaMetricSpecification
public OperationMetaMetricSpecification()
Creates an instance of OperationMetaMetricSpecification class.
Method Details
aggregationType
public String aggregationType()
Get the aggregationType property: The aggregationType for OperationMetaMetricSpecification.
Returns:
availabilities
public List<OperationMetaMetricAvailabilitiesSpecification> availabilities()
Get the availabilities property: The availabilities for OperationMetaMetricSpecification.
Returns:
displayDescription
public String displayDescription()
Get the displayDescription property: The displayName for OperationMetaMetricSpecification.
Returns:
displayName
public String displayName()
Get the displayName property: The displayName for OperationMetaMetricSpecification.
Returns:
fromJson
public static OperationMetaMetricSpecification fromJson(JsonReader jsonReader)
Reads an instance of OperationMetaMetricSpecification from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name for OperationMetaMetricSpecification.
Returns:
toJson
unit
public String unit()
Get the unit property: The unit for OperationMetaMetricSpecification.
Returns:
validate
public void validate()
Validates the instance.
withAggregationType
public OperationMetaMetricSpecification withAggregationType(String aggregationType)
Set the aggregationType property: The aggregationType for OperationMetaMetricSpecification.
Parameters:
Returns:
withAvailabilities
public OperationMetaMetricSpecification withAvailabilities(List<OperationMetaMetricAvailabilitiesSpecification> availabilities)
Set the availabilities property: The availabilities for OperationMetaMetricSpecification.
Parameters:
Returns:
withDisplayDescription
public OperationMetaMetricSpecification withDisplayDescription(String displayDescription)
Set the displayDescription property: The displayName for OperationMetaMetricSpecification.
Parameters:
Returns:
withDisplayName
public OperationMetaMetricSpecification withDisplayName(String displayName)
Set the displayName property: The displayName for OperationMetaMetricSpecification.
Parameters:
Returns:
withName
public OperationMetaMetricSpecification withName(String name)
Set the name property: The name for OperationMetaMetricSpecification.
Parameters:
Returns:
withUnit
public OperationMetaMetricSpecification withUnit(String unit)
Set the unit property: The unit for OperationMetaMetricSpecification.
Parameters:
Returns: