Class StatusCodeCount
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.StatusCodeCount
-
public final class StatusCodeCount extends Object
The StatusCodeCount model.
-
-
Constructor Summary
Constructors Constructor Description StatusCodeCount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringcode()Get the code property: The instance view status code.Integercount()Get the count property: Number of instances having this status code.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
code
public String code()
Get the code property: The instance view status code.- Returns:
- the code value.
-
count
public Integer count()
Get the count property: Number of instances having this status code.- Returns:
- the count value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-