Package com.exoscale.sdk.model
Class ErrorResponseErrorsInner
java.lang.Object
com.exoscale.sdk.model.ErrorResponseErrorsInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class ErrorResponseErrorsInner
extends Object
ErrorResponseErrorsInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this error_response_errors_inner object is equal to o.Get detailGet locationgetPath()Get pathGet pointerinthashCode()voidvoidsetLocation(String location) voidvoidsetPointer(String pointer) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PATH
- See Also:
-
JSON_PROPERTY_DETAIL
- See Also:
-
JSON_PROPERTY_POINTER
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
-
Constructor Details
-
ErrorResponseErrorsInner
public ErrorResponseErrorsInner()
-
-
Method Details
-
path
-
getPath
Get path- Returns:
- path
-
setPath
-
detail
-
getDetail
Get detail- Returns:
- detail
-
setDetail
-
pointer
-
getPointer
Get pointer- Returns:
- pointer
-
setPointer
-
location
-
getLocation
Get location- Returns:
- location
-
setLocation
-
equals
Return true if this error_response_errors_inner 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
-