WorkflowInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. storagesync. fluent. models. WorkflowInner
- com.
- com.
public final class WorkflowInner
extends ProxyResource
Workflow resource.
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 |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
lastOperationId()
Get the last |
|
Offset |
lastStatusTimestamp()
Get the last |
| String |
lastStepName()
Get the last |
| String |
name()
Get the name property: The name of the resource. |
|
Operation |
operation()
Get the operation property: operation direction. |
|
Workflow |
status()
Get the status property: workflow status. |
| String |
steps()
Get the steps property: workflow steps. |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
Methods inherited from ProxyResource
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 WorkflowInner fromJson(JsonReader jsonReader)
Reads an instance of WorkflowInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
WorkflowInner.id()Returns:
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:
name
public String name()
Get the name property: The name of the resource.
Overrides:
WorkflowInner.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:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
WorkflowInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
WorkflowInner.type()Returns: