Package com.exoscale.sdk.model
Class DbaasIntegrationTypeSettings
- java.lang.Object
-
- com.exoscale.sdk.model.DbaasIntegrationTypeSettings
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasIntegrationTypeSettings extends Object
A JSON schema of additional settings of the integration.
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ADDITIONAL_PROPERTIES
static String
JSON_PROPERTY_PROPERTIES
static String
JSON_PROPERTY_TITLE
static String
JSON_PROPERTY_TYPE
-
Constructor Summary
Constructors Constructor Description DbaasIntegrationTypeSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbaasIntegrationTypeSettings
additionalProperties(Boolean additionalProperties)
boolean
equals(Object o)
Return true if this dbaas_integration_type_settings object is equal to o.Boolean
getAdditionalProperties()
Get additionalPropertiesObject
getProperties()
Get propertiesString
getTitle()
Get titleString
getType()
Get typeint
hashCode()
DbaasIntegrationTypeSettings
properties(Object properties)
void
setAdditionalProperties(Boolean additionalProperties)
void
setProperties(Object properties)
void
setTitle(String title)
void
setType(String type)
DbaasIntegrationTypeSettings
title(String title)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.DbaasIntegrationTypeSettings
type(String type)
-
-
-
Field Detail
-
JSON_PROPERTY_PROPERTIES
public static final String JSON_PROPERTY_PROPERTIES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ADDITIONAL_PROPERTIES
public static final String JSON_PROPERTY_ADDITIONAL_PROPERTIES
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_TYPE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TITLE
public static final String JSON_PROPERTY_TITLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
properties
public DbaasIntegrationTypeSettings properties(Object properties)
-
getProperties
@Nullable public Object getProperties()
Get properties- Returns:
- properties
-
setProperties
public void setProperties(Object properties)
-
additionalProperties
public DbaasIntegrationTypeSettings additionalProperties(Boolean additionalProperties)
-
getAdditionalProperties
@Nullable public Boolean getAdditionalProperties()
Get additionalProperties- Returns:
- additionalProperties
-
setAdditionalProperties
public void setAdditionalProperties(Boolean additionalProperties)
-
type
public DbaasIntegrationTypeSettings type(String type)
-
getType
@Nullable public String getType()
Get type- Returns:
- type
-
setType
public void setType(String type)
-
title
public DbaasIntegrationTypeSettings title(String title)
-
getTitle
@Nullable public String getTitle()
Get title- Returns:
- title
-
setTitle
public void setTitle(String title)
-
equals
public boolean equals(Object o)
Return true if this dbaas_integration_type_settings object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-