Class SmartGroupAggregatedProperty

java.lang.Object
com.azure.resourcemanager.alertsmanagement.models.SmartGroupAggregatedProperty

public final class SmartGroupAggregatedProperty extends Object
Aggregated property of each type.
  • Constructor Details

    • SmartGroupAggregatedProperty

      public SmartGroupAggregatedProperty()
  • Method Details

    • name

      public String name()
      Get the name property: Name of the type.
      Returns:
      the name value.
    • withName

      public SmartGroupAggregatedProperty withName(String name)
      Set the name property: Name of the type.
      Parameters:
      name - the name value to set.
      Returns:
      the SmartGroupAggregatedProperty object itself.
    • count

      public Long count()
      Get the count property: Total number of items of type.
      Returns:
      the count value.
    • withCount

      public SmartGroupAggregatedProperty withCount(Long count)
      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.