Class DbaasIntegrationType


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.4.0")
    public class DbaasIntegrationType
    extends Object
    DbaasIntegrationType
    • Constructor Detail

      • DbaasIntegrationType

        public DbaasIntegrationType()
    • Method Detail

      • getType

        @Nullable
        public String getType()
        The type of the integration.
        Returns:
        type
      • setType

        public void setType​(String type)
      • getSourceDescription

        @Nullable
        public String getSourceDescription()
        The description of the source service types.
        Returns:
        sourceDescription
      • setSourceDescription

        public void setSourceDescription​(String sourceDescription)
      • 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)
      • getDestDescription

        @Nullable
        public String getDestDescription()
        The description of the destination service types.
        Returns:
        destDescription
      • setDestDescription

        public void setDestDescription​(String destDescription)
      • 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)
      • 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
      • 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