Package com.exoscale.sdk.model
Class InstancePoolErrorReason
java.lang.Object
com.exoscale.sdk.model.InstancePoolErrorReason
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class InstancePoolErrorReason
extends Object
Instance Pool Error Reason
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this instance_pool_error_reason object is equal to o.getCause()Error causegetJobId()Job ID at the origin of errorinthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_CAUSE
- See Also:
-
JSON_PROPERTY_JOB_ID
- See Also:
-
-
Constructor Details
-
InstancePoolErrorReason
public InstancePoolErrorReason()
-
-
Method Details
-
cause
-
getCause
Error cause- Returns:
- cause
-
setCause
-
jobId
-
getJobId
Job ID at the origin of error- Returns:
- jobId
-
setJobId
-
equals
Return true if this instance_pool_error_reason object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-