Class WebUIConfigurationMessageRelay
java.lang.Object
io.quarkiverse.mailpit.test.model.WebUIConfigurationMessageRelay
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class WebUIConfigurationMessageRelay
extends Object
Message Relay information
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn true if this WebUIConfiguration_MessageRelay object is equal to o.Whether message relaying (release) is enabledAllowlist of accepted recipientsEnforced Return-Path (if set) for relay bouncesThe configured SMTP server addressinthashCode()recipientAllowlist(String recipientAllowlist) returnPath(String returnPath) voidsetEnabled(Boolean enabled) voidsetRecipientAllowlist(String recipientAllowlist) voidsetReturnPath(String returnPath) voidsetSmTPServer(String smTPServer) smTPServer(String smTPServer) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ENABLED
- See Also:
-
JSON_PROPERTY_RECIPIENT_ALLOWLIST
- See Also:
-
JSON_PROPERTY_RETURN_PATH
- See Also:
-
JSON_PROPERTY_SM_T_P_SERVER
- See Also:
-
-
Constructor Details
-
WebUIConfigurationMessageRelay
public WebUIConfigurationMessageRelay()
-
-
Method Details
-
enabled
-
getEnabled
Whether message relaying (release) is enabled- Returns:
- enabled
-
setEnabled
-
recipientAllowlist
-
getRecipientAllowlist
Allowlist of accepted recipients- Returns:
- recipientAllowlist
-
setRecipientAllowlist
-
returnPath
-
getReturnPath
Enforced Return-Path (if set) for relay bounces- Returns:
- returnPath
-
setReturnPath
-
smTPServer
-
getSmTPServer
The configured SMTP server address- Returns:
- smTPServer
-
setSmTPServer
-
equals
Return true if this WebUIConfiguration_MessageRelay 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
-