Class DbaasIntegration


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

      • DbaasIntegration

        public DbaasIntegration()
    • Method Detail

      • getDescription

        @Nullable
        public String getDescription()
        Description of the integration
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getSettings

        @Nullable
        public Object getSettings()
        Integration settings
        Returns:
        settings
      • setSettings

        public void setSettings​(Object settings)
      • getType

        @Nullable
        public String getType()
        Integration type
        Returns:
        type
      • setType

        public void setType​(String type)
      • getIsEnabled

        @Nullable
        public Boolean getIsEnabled()
        Whether the integration is enabled or not
        Returns:
        isEnabled
      • setIsEnabled

        public void setIsEnabled​(Boolean isEnabled)
      • getSource

        @Nullable
        public String getSource()
        Source service name
        Returns:
        source
      • setSource

        public void setSource​(String source)
      • getIsActive

        @Nullable
        public Boolean getIsActive()
        Whether the integration is active or not
        Returns:
        isActive
      • setIsActive

        public void setIsActive​(Boolean isActive)
      • getStatus

        @Nullable
        public String getStatus()
        Integration status
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
      • getId

        @Nullable
        public UUID getId()
        Integration id
        Returns:
        id
      • setId

        public void setId​(UUID id)
      • getDest

        @Nullable
        public String getDest()
        Destination service name
        Returns:
        dest
      • setDest

        public void setDest​(String dest)
      • equals

        public boolean equals​(Object o)
        Return true if this dbaas-integration 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