Package com.exoscale.sdk.model
Class DbaasExternalIntegration
java.lang.Object
com.exoscale.sdk.model.DbaasExternalIntegration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasExternalIntegration
extends Object
Integrations with other services
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) destEndpointId
(String destEndpointId) destEndpointName
(String destEndpointName) boolean
Return true if this dbaas-external-integration object is equal to o.Description of the integrationExternal destination endpoint idExternal destination endpoint nameEndpoint integration UUIDDBaaS source service nameGet sourceServiceTypeIntegration statusgetType()
Get typeint
hashCode()
integrationId
(UUID integrationId) void
setDescription
(String description) void
setDestEndpointId
(String destEndpointId) void
setDestEndpointName
(String destEndpointName) void
setIntegrationId
(UUID integrationId) void
setSourceServiceName
(String sourceServiceName) void
setSourceServiceType
(String sourceServiceType) void
void
sourceServiceName
(String sourceServiceName) sourceServiceType
(String sourceServiceType) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DEST_ENDPOINT_NAME
- See Also:
-
JSON_PROPERTY_DEST_ENDPOINT_ID
- See Also:
-
JSON_PROPERTY_INTEGRATION_ID
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_SOURCE_SERVICE_NAME
- See Also:
-
JSON_PROPERTY_SOURCE_SERVICE_TYPE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
DbaasExternalIntegration
public DbaasExternalIntegration()
-
-
Method Details
-
description
-
getDescription
Description of the integration- Returns:
- description
-
setDescription
-
destEndpointName
-
getDestEndpointName
External destination endpoint name- Returns:
- destEndpointName
-
setDestEndpointName
-
destEndpointId
-
getDestEndpointId
External destination endpoint id- Returns:
- destEndpointId
-
setDestEndpointId
-
integrationId
-
getIntegrationId
Endpoint integration UUID- Returns:
- integrationId
-
setIntegrationId
-
status
-
getStatus
Integration status- Returns:
- status
-
setStatus
-
sourceServiceName
-
getSourceServiceName
DBaaS source service name- Returns:
- sourceServiceName
-
setSourceServiceName
-
sourceServiceType
-
getSourceServiceType
Get sourceServiceType- Returns:
- sourceServiceType
-
setSourceServiceType
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
Return true if this dbaas-external-integration 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
-