Class SmartGroupAggregatedProperty
java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.SmartGroupAggregatedProperty
Aggregated property of each type.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SmartGroupAggregatedProperty
public SmartGroupAggregatedProperty()
-
-
Method Details
-
name
Get the name property: Name of the type.- Returns:
- the name value.
-
withName
Set the name property: Name of the type.- Parameters:
name
- the name value to set.- Returns:
- the SmartGroupAggregatedProperty object itself.
-
count
Get the count property: Total number of items of type.- Returns:
- the count value.
-
withCount
Set the count property: Total number of items of type.- Parameters:
count
- the count value to set.- Returns:
- the SmartGroupAggregatedProperty object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-