Package com.exoscale.sdk.model
Class DbaasIntegration
java.lang.Object
com.exoscale.sdk.model.DbaasIntegration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasIntegration
extends Object
DbaasIntegration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanReturn true if this dbaas-integration object is equal to o.Description of the integrationgetDest()Destination service namegetId()Integration idWhether the integration is active or notWhether the integration is enabled or notIntegration settingsSource service nameIntegration statusgetType()Integration typeinthashCode()voidsetDescription(String description) voidvoidvoidsetIsActive(Boolean isActive) voidsetIsEnabled(Boolean isEnabled) voidsetSettings(Object settings) voidvoidvoidtoString()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_SETTINGS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_IS_ENABLED
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
JSON_PROPERTY_IS_ACTIVE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_DEST
- See Also:
-
-
Constructor Details
-
DbaasIntegration
public DbaasIntegration()
-
-
Method Details
-
description
-
getDescription
Description of the integration- Returns:
- description
-
setDescription
-
settings
-
getSettings
Integration settings- Returns:
- settings
-
setSettings
-
type
-
getType
Integration type- Returns:
- type
-
setType
-
isEnabled
-
getIsEnabled
Whether the integration is enabled or not- Returns:
- isEnabled
-
setIsEnabled
-
source
-
getSource
Source service name- Returns:
- source
-
setSource
-
isActive
-
getIsActive
Whether the integration is active or not- Returns:
- isActive
-
setIsActive
-
status
-
getStatus
Integration status- Returns:
- status
-
setStatus
-
id
-
getId
Integration id- Returns:
- id
-
setId
-
dest
-
getDest
Destination service name- Returns:
- dest
-
setDest
-
equals
Return true if this dbaas-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
-