ActionStatus Class
- java.
lang. Object - com.
azure. resourcemanager. chaos. models. ActionStatus
- com.
Implements
public final class ActionStatus
implements JsonSerializable<ActionStatus>
Model that represents the an action and its status.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
actionId()
Get the action |
| String |
actionName()
Get the action |
|
Offset |
endTime()
Get the end |
|
static
Action |
fromJson(JsonReader jsonReader)
Reads an instance of Action |
|
Offset |
startTime()
Get the start |
| String |
status()
Get the status property: The status of the action. |
|
List<Experiment |
targets()
Get the targets property: The array of targets. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
actionId
public String actionId()
Get the actionId property: The id of the action status.
Returns:
actionName
public String actionName()
Get the actionName property: The name of the action status.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: String that represents the end time of the action.
Returns:
fromJson
public static ActionStatus fromJson(JsonReader jsonReader)
Reads an instance of ActionStatus from the JsonReader.
Parameters:
Returns:
Throws:
startTime
public OffsetDateTime startTime()
Get the startTime property: String that represents the start time of the action.
Returns:
status
public String status()
Get the status property: The status of the action.
Returns:
targets
public List<ExperimentExecutionActionTargetDetailsProperties> targets()
Get the targets property: The array of targets.
Returns:
toJson
validate
public void validate()
Validates the instance.