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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDbaasIntegrationTypesItem
(DbaasIntegrationType dbaasIntegrationTypesItem) dbaasIntegrationTypes
(List<DbaasIntegrationType> dbaasIntegrationTypes) boolean
Return true if this list_dbaas_integration_types_200_response object is equal to o.Get dbaasIntegrationTypesint
hashCode()
void
setDbaasIntegrationTypes
(List<DbaasIntegrationType> dbaasIntegrationTypes) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DBAAS_INTEGRATION_TYPES
- See Also:
-
-
Constructor Details
-
ListDbaasIntegrationTypes200Response
public ListDbaasIntegrationTypes200Response()
-
-
Method Details
-
dbaasIntegrationTypes
public ListDbaasIntegrationTypes200Response dbaasIntegrationTypes(List<DbaasIntegrationType> dbaasIntegrationTypes) -
addDbaasIntegrationTypesItem
public ListDbaasIntegrationTypes200Response addDbaasIntegrationTypesItem(DbaasIntegrationType dbaasIntegrationTypesItem) -
getDbaasIntegrationTypes
Get dbaasIntegrationTypes- Returns:
- dbaasIntegrationTypes
-
setDbaasIntegrationTypes
-
equals
Return true if this list_dbaas_integration_types_200_response 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
-