Class Status
- java.lang.Object
-
- com.azure.resourcemanager.containerregistry.models.Status
-
public final class Status extends Object
The status of an Azure resource at the time the operation was called.
-
-
Constructor Summary
Constructors Constructor Description Status()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringdisplayStatus()Get the displayStatus property: The short label for the status.Stringmessage()Get the message property: The detailed message for the status, including alerts and error messages.OffsetDateTimetimestamp()Get the timestamp property: The timestamp when the status was changed to the current value.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
displayStatus
public String displayStatus()
Get the displayStatus property: The short label for the status.- Returns:
- the displayStatus value.
-
message
public String message()
Get the message property: The detailed message for the status, including alerts and error messages.- Returns:
- the message value.
-
timestamp
public OffsetDateTime timestamp()
Get the timestamp property: The timestamp when the status was changed to the current value.- Returns:
- the timestamp value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-