Package com.exoscale.sdk.model
Class AttachDbaasServiceToEndpointRequest
java.lang.Object
com.exoscale.sdk.model.AttachDbaasServiceToEndpointRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class AttachDbaasServiceToEndpointRequest
extends Object
AttachDbaasServiceToEndpointRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondestEndpointId
(UUID destEndpointId) boolean
Return true if this attach_dbaas_service_to_endpoint_request object is equal to o.External endpoint idgetType()
Get typeint
hashCode()
void
setDestEndpointId
(UUID destEndpointId) void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DEST_ENDPOINT_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
AttachDbaasServiceToEndpointRequest
public AttachDbaasServiceToEndpointRequest()
-
-
Method Details
-
destEndpointId
-
getDestEndpointId
External endpoint id- Returns:
- destEndpointId
-
setDestEndpointId
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
Return true if this attach_dbaas_service_to_endpoint_request 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
-