Package org.jclouds.cloudstack.domain
Class JobResult
java.lang.Object
org.jclouds.cloudstack.domain.JobResult
The result of an operation.
A handful of Cloudstack API calls return this structure when there is no domain model data to return - for example,
when deleting an object.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic JobResult.Builder
<?> builder()
boolean
int
hashCode()
boolean
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
JobResult
@ConstructorProperties({"success","displaytext"}) protected JobResult(boolean success, @Nullable String displayText)
-
-
Method Details