OperationResultsDescriptionInner Class
- java.
lang. Object - com.
azure. resourcemanager. botservice. fluent. models. OperationResultsDescriptionInner
- com.
Implements
public final class OperationResultsDescriptionInner
implements JsonSerializable<OperationResultsDescriptionInner>
The properties indicating the operation result of an operation on a service.
Constructor Summary
| Constructor | Description |
|---|---|
| OperationResultsDescriptionInner() |
Creates an instance of Operation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Operation |
fromJson(JsonReader jsonReader)
Reads an instance of Operation |
| String |
id()
Get the id property: The ID of the operation returned. |
| String |
name()
Get the name property: The name of the operation result. |
|
Offset |
startTime()
Get the start |
|
Operation |
status()
Get the status property: The status of the operation being performed. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
OperationResultsDescriptionInner
public OperationResultsDescriptionInner()
Creates an instance of OperationResultsDescriptionInner class.
Method Details
fromJson
public static OperationResultsDescriptionInner fromJson(JsonReader jsonReader)
Reads an instance of OperationResultsDescriptionInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: The ID of the operation returned.
Returns:
name
public String name()
Get the name property: The name of the operation result.
Returns:
startTime
public OffsetDateTime startTime()
Get the startTime property: The time that the operation was started.
Returns:
status
public OperationResultStatus status()
Get the status property: The status of the operation being performed.
Returns:
toJson
validate
public void validate()
Validates the instance.