StepState Class
- java.
lang. Object - com.
azure. resourcemanager. networkcloud. models. StepState
- com.
Implements
public final class StepState
implements JsonSerializable<StepState>
StepState represents the state of a step in an action.
Constructor Summary
| Constructor | Description |
|---|---|
| StepState() |
Creates an instance of Step |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endTime()
Get the end |
|
static
Step |
fromJson(JsonReader jsonReader)
Reads an instance of Step |
| String |
message()
Get the message property: The message providing additional context for the status value. |
| String |
startTime()
Get the start |
|
Step |
status()
Get the status property: The status of the step. |
| String |
stepName()
Get the step |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
StepState
public StepState()
Creates an instance of StepState class.
Method Details
endTime
public String endTime()
Get the endTime property: The timestamp for when processing of the step reached its terminal state, in ISO 8601 format.
Returns:
fromJson
public static StepState fromJson(JsonReader jsonReader)
Reads an instance of StepState from the JsonReader.
Parameters:
Returns:
Throws:
message
public String message()
Get the message property: The message providing additional context for the status value. May be empty, or contain diagnostic information in the case of a failure.
Returns:
startTime
public String startTime()
Get the startTime property: The timestamp for when processing of the step began, in ISO 8601 format.
Returns:
status
public StepStateStatus status()
Get the status property: The status of the step. A value of Completed or Failed indicates a terminal state for the step.
Returns:
stepName
public String stepName()
Get the stepName property: The name for the step.
Returns:
toJson
validate
public void validate()
Validates the instance.