Package com.exoscale.sdk.model
Class ListDbaasIntegrationTypes200Response
- java.lang.Object
-
- com.exoscale.sdk.model.ListDbaasIntegrationTypes200Response
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class ListDbaasIntegrationTypes200Response extends Object
ListDbaasIntegrationTypes200Response
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_DBAAS_INTEGRATION_TYPES
-
Constructor Summary
Constructors Constructor Description ListDbaasIntegrationTypes200Response()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDbaasIntegrationTypes200Response
addDbaasIntegrationTypesItem(DbaasIntegrationType dbaasIntegrationTypesItem)
ListDbaasIntegrationTypes200Response
dbaasIntegrationTypes(List<DbaasIntegrationType> dbaasIntegrationTypes)
boolean
equals(Object o)
Return true if this list_dbaas_integration_types_200_response object is equal to o.List<DbaasIntegrationType>
getDbaasIntegrationTypes()
Get dbaasIntegrationTypesint
hashCode()
void
setDbaasIntegrationTypes(List<DbaasIntegrationType> dbaasIntegrationTypes)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_DBAAS_INTEGRATION_TYPES
public static final String JSON_PROPERTY_DBAAS_INTEGRATION_TYPES
- See Also:
- Constant Field Values
-
-
Method Detail
-
dbaasIntegrationTypes
public ListDbaasIntegrationTypes200Response dbaasIntegrationTypes(List<DbaasIntegrationType> dbaasIntegrationTypes)
-
addDbaasIntegrationTypesItem
public ListDbaasIntegrationTypes200Response addDbaasIntegrationTypesItem(DbaasIntegrationType dbaasIntegrationTypesItem)
-
getDbaasIntegrationTypes
@Nullable public List<DbaasIntegrationType> getDbaasIntegrationTypes()
Get dbaasIntegrationTypes- Returns:
- dbaasIntegrationTypes
-
setDbaasIntegrationTypes
public void setDbaasIntegrationTypes(List<DbaasIntegrationType> dbaasIntegrationTypes)
-
equals
public boolean equals(Object o)
Return true if this list_dbaas_integration_types_200_response object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-