OperationResultProperties Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. OperationResultProperties
- com.
Implements
public class OperationResultProperties
implements JsonSerializable<OperationResultProperties>
The run operation result properties.
Constructor Summary
| Modifier | Constructor | Description |
|---|---|---|
| protected | OperationResultProperties() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
code()
Get the code property: The workflow scope repetition code. |
|
Run |
correlation()
Get the correlation property: The correlation properties. |
|
Offset |
endTime()
Get the end |
| Object |
error()
Get the error property: Anything. |
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
|
Offset |
startTime()
Get the start |
|
Workflow |
status()
Get the status property: The status of the workflow scope repetition. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
OperationResultProperties
protected OperationResultProperties()
Creates an instance of OperationResultProperties class.
Method Details
code
public String code()
Get the code property: The workflow scope repetition code.
Returns:
correlation
public RunActionCorrelation correlation()
Get the correlation property: The correlation properties.
Returns:
endTime
public OffsetDateTime endTime()
Get the endTime property: The end time of the workflow scope repetition.
Returns:
error
public Object error()
Get the error property: Anything.
Returns:
fromJson
public static OperationResultProperties fromJson(JsonReader jsonReader)
Reads an instance of OperationResultProperties from the JsonReader.
Parameters:
Returns:
Throws:
startTime
public OffsetDateTime startTime()
Get the startTime property: The start time of the workflow scope repetition.
Returns:
status
public WorkflowStatus status()
Get the status property: The status of the workflow scope repetition.
Returns:
toJson
validate
public void validate()
Validates the instance.