AlertOperationResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. AlertOperationResultInner
- com.
Implements
public final class AlertOperationResultInner
implements JsonSerializable<AlertOperationResultInner>
Alert operation result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Offset |
createdDateTime()
Get the created |
|
static
Alert |
fromJson(JsonReader jsonReader)
Reads an instance of Alert |
| String |
id()
Get the id property: The id of the alert operation. |
|
Offset |
lastActionDateTime()
Get the last |
| String |
resourceLocation()
Get the resource |
| String |
status()
Get the status property: The status of the alert operation. |
| String |
statusDetail()
Get the status |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The created date of the alert operation.
Returns:
fromJson
public static AlertOperationResultInner fromJson(JsonReader jsonReader)
Reads an instance of AlertOperationResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The id of the alert operation.
Returns:
lastActionDateTime
public OffsetDateTime lastActionDateTime()
Get the lastActionDateTime property: The last action date of the alert operation.
Returns:
resourceLocation
public String resourceLocation()
Get the resourceLocation property: The location of the alert associated with the operation.
Returns:
status
public String status()
Get the status property: The status of the alert operation.
Returns:
statusDetail
public String statusDetail()
Get the statusDetail property: The status detail of the alert operation.
Returns:
toJson
validate
public void validate()
Validates the instance.