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 Modifier and Type Field Description static String
JSON_PROPERTY_DEST_DESCRIPTION
static String
JSON_PROPERTY_DEST_SERVICE_TYPES
static String
JSON_PROPERTY_SETTINGS
static String
JSON_PROPERTY_SOURCE_DESCRIPTION
static String
JSON_PROPERTY_SOURCE_SERVICE_TYPES
static String
JSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description DbaasIntegrationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbaasIntegrationType
addDestServiceTypesItem(String destServiceTypesItem)
DbaasIntegrationType
addSourceServiceTypesItem(String sourceServiceTypesItem)
DbaasIntegrationType
destDescription(String destDescription)
DbaasIntegrationType
destServiceTypes(List<String> destServiceTypes)
boolean
equals(Object o)
Return true if this dbaas-integration-type object is equal to o.String
getDestDescription()
The description of the destination service types.List<String>
getDestServiceTypes()
A list of the destination service types the integration supports.DbaasIntegrationTypeSettings
getSettings()
Get settingsString
getSourceDescription()
The description of the source service types.List<String>
getSourceServiceTypes()
A list of the source service types the integration supports.String
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)
DbaasIntegrationType
settings(DbaasIntegrationTypeSettings settings)
void
setType(String type)
DbaasIntegrationType
sourceDescription(String sourceDescription)
DbaasIntegrationType
sourceServiceTypes(List<String> sourceServiceTypes)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.DbaasIntegrationType
type(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCE_DESCRIPTION
public static final String JSON_PROPERTY_SOURCE_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SOURCE_SERVICE_TYPES
public static final String JSON_PROPERTY_SOURCE_SERVICE_TYPES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DEST_DESCRIPTION
public static final String JSON_PROPERTY_DEST_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DEST_SERVICE_TYPES
public static final String JSON_PROPERTY_DEST_SERVICE_TYPES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SETTINGS
public static final String JSON_PROPERTY_SETTINGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public DbaasIntegrationType type(String type)
-
getType
@Nullable public String getType()
The type of the integration.- Returns:
- type
-
setType
public void setType(String type)
-
sourceDescription
public DbaasIntegrationType sourceDescription(String sourceDescription)
-
getSourceDescription
@Nullable public String getSourceDescription()
The description of the source service types.- Returns:
- sourceDescription
-
setSourceDescription
public void setSourceDescription(String sourceDescription)
-
sourceServiceTypes
public DbaasIntegrationType sourceServiceTypes(List<String> sourceServiceTypes)
-
addSourceServiceTypesItem
public DbaasIntegrationType addSourceServiceTypesItem(String sourceServiceTypesItem)
-
getSourceServiceTypes
@Nullable public List<String> getSourceServiceTypes()
A list of the source service types the integration supports.- Returns:
- sourceServiceTypes
-
destDescription
public DbaasIntegrationType destDescription(String destDescription)
-
getDestDescription
@Nullable public String getDestDescription()
The description of the destination service types.- Returns:
- destDescription
-
setDestDescription
public void setDestDescription(String destDescription)
-
destServiceTypes
public DbaasIntegrationType destServiceTypes(List<String> destServiceTypes)
-
addDestServiceTypesItem
public DbaasIntegrationType addDestServiceTypesItem(String destServiceTypesItem)
-
getDestServiceTypes
@Nullable public List<String> getDestServiceTypes()
A list of the destination service types the integration supports.- Returns:
- destServiceTypes
-
settings
public DbaasIntegrationType settings(DbaasIntegrationTypeSettings settings)
-
getSettings
@Nullable public DbaasIntegrationTypeSettings getSettings()
Get settings- Returns:
- settings
-
setSettings
public void setSettings(DbaasIntegrationTypeSettings settings)
-
equals
public boolean equals(Object o)
Return true if this dbaas-integration-type object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-