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 Modifier and Type Field Description static String
JSON_PROPERTY_DEST_ENDPOINT_ID
static String
JSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description AttachDbaasServiceToEndpointRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachDbaasServiceToEndpointRequest
destEndpointId(UUID destEndpointId)
boolean
equals(Object o)
Return true if this attach_dbaas_service_to_endpoint_request object is equal to o.UUID
getDestEndpointId()
External endpoint idEnumExternalEndpointTypes
getType()
Get typeint
hashCode()
void
setDestEndpointId(UUID destEndpointId)
void
setType(EnumExternalEndpointTypes type)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.AttachDbaasServiceToEndpointRequest
type(EnumExternalEndpointTypes type)
-
-
-
Field Detail
-
JSON_PROPERTY_DEST_ENDPOINT_ID
public static final String JSON_PROPERTY_DEST_ENDPOINT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
destEndpointId
public AttachDbaasServiceToEndpointRequest destEndpointId(UUID destEndpointId)
-
getDestEndpointId
@Nonnull public UUID getDestEndpointId()
External endpoint id- Returns:
- destEndpointId
-
setDestEndpointId
public void setDestEndpointId(UUID destEndpointId)
-
type
public AttachDbaasServiceToEndpointRequest type(EnumExternalEndpointTypes type)
-
getType
@Nonnull public EnumExternalEndpointTypes getType()
Get type- Returns:
- type
-
setType
public void setType(EnumExternalEndpointTypes type)
-
equals
public boolean equals(Object o)
Return true if this attach_dbaas_service_to_endpoint_request object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-