Package com.exoscale.sdk.model
Class DbaasIntegrationType
java.lang.Object
com.exoscale.sdk.model.DbaasIntegrationType
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasIntegrationType
extends Object
DbaasIntegrationType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDestServiceTypesItem
(String destServiceTypesItem) addSourceServiceTypesItem
(String sourceServiceTypesItem) destDescription
(String destDescription) destServiceTypes
(List<String> destServiceTypes) boolean
Return true if this dbaas-integration-type object is equal to o.The description of the destination service types.A list of the destination service types the integration supports.Get settingsThe description of the source service types.A list of the source service types the integration supports.getType()
The type of the integration.int
hashCode()
void
setDestDescription
(String destDescription) void
setDestServiceTypes
(List<String> destServiceTypes) void
setSettings
(DbaasIntegrationTypeSettings settings) void
setSourceDescription
(String sourceDescription) void
setSourceServiceTypes
(List<String> sourceServiceTypes) settings
(DbaasIntegrationTypeSettings settings) void
sourceDescription
(String sourceDescription) sourceServiceTypes
(List<String> sourceServiceTypes) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_SOURCE_DESCRIPTION
- See Also:
-
JSON_PROPERTY_SOURCE_SERVICE_TYPES
- See Also:
-
JSON_PROPERTY_DEST_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DEST_SERVICE_TYPES
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
-
Constructor Details
-
DbaasIntegrationType
public DbaasIntegrationType()
-
-
Method Details
-
type
-
getType
The type of the integration.- Returns:
- type
-
setType
-
sourceDescription
-
getSourceDescription
The description of the source service types.- Returns:
- sourceDescription
-
setSourceDescription
-
sourceServiceTypes
-
addSourceServiceTypesItem
-
getSourceServiceTypes
A list of the source service types the integration supports.- Returns:
- sourceServiceTypes
-
setSourceServiceTypes
-
destDescription
-
getDestDescription
The description of the destination service types.- Returns:
- destDescription
-
setDestDescription
-
destServiceTypes
-
addDestServiceTypesItem
-
getDestServiceTypes
A list of the destination service types the integration supports.- Returns:
- destServiceTypes
-
setDestServiceTypes
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
equals
Return true if this dbaas-integration-type 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
-