DevBoxActionDelayResult Class
- java.
lang. Object - com.
azure. developer. devcenter. models. DevBoxActionDelayResult
- com.
Implements
public final class DevBoxActionDelayResult
implements JsonSerializable<DevBoxActionDelayResult>
The action delay result.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Dev |
fromJson(JsonReader jsonReader)
Reads an instance of Dev |
|
Dev |
getAction()
Get the action property: The delayed action. |
| String |
getActionName()
Get the action |
|
Dev |
getDelayStatus()
Get the delay |
|
Response |
getError()
Get the error property: Information about the error that occurred. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DevBoxActionDelayResult fromJson(JsonReader jsonReader)
Reads an instance of DevBoxActionDelayResult from the JsonReader.
Parameters:
Returns:
Throws:
getAction
public DevBoxAction getAction()
Get the action property: The delayed action.
Returns:
getActionName
public String getActionName()
Get the actionName property: The name of the action.
Returns:
getDelayStatus
public DevBoxActionDelayStatus getDelayStatus()
Get the delayStatus property: The result of the delay operation on this action.
Returns:
getError
public ResponseError getError()
Get the error property: Information about the error that occurred. Only populated on error.
Returns: