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 Details

  • Constructor Details

    • DbaasIntegrationType

      public DbaasIntegrationType()
  • Method Details

    • 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
    • setSourceServiceTypes

      public void setSourceServiceTypes(List<String> 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
    • setDestServiceTypes

      public void setDestServiceTypes(List<String> destServiceTypes)
    • 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.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string