Class WebUIConfigurationMessageRelay


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class WebUIConfigurationMessageRelay
    extends Object
    Message Relay information
    • Constructor Detail

      • WebUIConfigurationMessageRelay

        public WebUIConfigurationMessageRelay()
    • Method Detail

      • getEnabled

        @Nullable
        public Boolean getEnabled()
        Whether message relaying (release) is enabled
        Returns:
        enabled
      • setEnabled

        public void setEnabled​(Boolean enabled)
      • getRecipientAllowlist

        @Nullable
        public String getRecipientAllowlist()
        Allowlist of accepted recipients
        Returns:
        recipientAllowlist
      • setRecipientAllowlist

        public void setRecipientAllowlist​(String recipientAllowlist)
      • getReturnPath

        @Nullable
        public String getReturnPath()
        Enforced Return-Path (if set) for relay bounces
        Returns:
        returnPath
      • setReturnPath

        public void setReturnPath​(String returnPath)
      • getSmTPServer

        @Nullable
        public String getSmTPServer()
        The configured SMTP server address
        Returns:
        smTPServer
      • setSmTPServer

        public void setSmTPServer​(String smTPServer)
      • equals

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