WorkflowProperties Class
- java.
lang. Object - com.
azure. resourcemanager. storagesync. fluent. models. WorkflowProperties
- com.
Implements
public final class WorkflowProperties
implements JsonSerializable<WorkflowProperties>
Workflow Properties object.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
commandName()
Get the command |
|
Offset |
createdTimestamp()
Get the created |
|
static
Workflow |
fromJson(JsonReader jsonReader)
Reads an instance of Workflow |
| String |
lastOperationId()
Get the last |
|
Offset |
lastStatusTimestamp()
Get the last |
| String |
lastStepName()
Get the last |
|
Operation |
operation()
Get the operation property: operation direction. |
|
Workflow |
status()
Get the status property: workflow status. |
| String |
steps()
Get the steps property: workflow steps. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
commandName
public String commandName()
Get the commandName property: workflow command name.
Returns:
createdTimestamp
public OffsetDateTime createdTimestamp()
Get the createdTimestamp property: workflow created timestamp.
Returns:
fromJson
public static WorkflowProperties fromJson(JsonReader jsonReader)
Reads an instance of WorkflowProperties from the JsonReader.
Parameters:
Returns:
Throws:
lastOperationId
public String lastOperationId()
Get the lastOperationId property: workflow last operation identifier.
Returns:
lastStatusTimestamp
public OffsetDateTime lastStatusTimestamp()
Get the lastStatusTimestamp property: workflow last status timestamp.
Returns:
lastStepName
public String lastStepName()
Get the lastStepName property: last step name.
Returns:
operation
public OperationDirection operation()
Get the operation property: operation direction.
Returns:
status
public WorkflowStatus status()
Get the status property: workflow status.
Returns:
steps
public String steps()
Get the steps property: workflow steps.
Returns: