Package com.parallels.jenkins.api.dto
Class CloneResponse
java.lang.Object
com.parallels.jenkins.api.dto.CloneResponse
Response body from
PUT /api/v1/machines/{id}/clone.
{
"id": "<string>",
"status": "<string>",
"error": "<string>"
}
id is the new clone's VM ID. error is non-empty when
the service reports a partial failure.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CloneResponse
public CloneResponse()
-
-
Method Details
-
getId
-
setId
-
getStatus
-
setStatus
-
getError
-
setError
-