Class WebUIConfigurationMessageRelay
- java.lang.Object
-
- io.quarkiverse.mailpit.test.model.WebUIConfigurationMessageRelay
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class WebUIConfigurationMessageRelay extends ObjectMessage Relay information
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ENABLEDstatic StringJSON_PROPERTY_RECIPIENT_ALLOWLISTstatic StringJSON_PROPERTY_RETURN_PATHstatic StringJSON_PROPERTY_SM_T_P_SERVER
-
Constructor Summary
Constructors Constructor Description WebUIConfigurationMessageRelay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebUIConfigurationMessageRelayenabled(Boolean enabled)booleanequals(Object o)Return true if this WebUIConfiguration_MessageRelay object is equal to o.BooleangetEnabled()Whether message relaying (release) is enabledStringgetRecipientAllowlist()Allowlist of accepted recipientsStringgetReturnPath()Enforced Return-Path (if set) for relay bouncesStringgetSmTPServer()The configured SMTP server addressinthashCode()WebUIConfigurationMessageRelayrecipientAllowlist(String recipientAllowlist)WebUIConfigurationMessageRelayreturnPath(String returnPath)voidsetEnabled(Boolean enabled)voidsetRecipientAllowlist(String recipientAllowlist)voidsetReturnPath(String returnPath)voidsetSmTPServer(String smTPServer)WebUIConfigurationMessageRelaysmTPServer(String smTPServer)StringtoString()StringtoUrlQueryString()Convert the instance into URL query string.StringtoUrlQueryString(String prefix)Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_ENABLED
public static final String JSON_PROPERTY_ENABLED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RECIPIENT_ALLOWLIST
public static final String JSON_PROPERTY_RECIPIENT_ALLOWLIST
- See Also:
- Constant Field Values
-
JSON_PROPERTY_RETURN_PATH
public static final String JSON_PROPERTY_RETURN_PATH
- See Also:
- Constant Field Values
-
JSON_PROPERTY_SM_T_P_SERVER
public static final String JSON_PROPERTY_SM_T_P_SERVER
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public WebUIConfigurationMessageRelay enabled(Boolean enabled)
-
getEnabled
@Nullable public Boolean getEnabled()
Whether message relaying (release) is enabled- Returns:
- enabled
-
setEnabled
public void setEnabled(Boolean enabled)
-
recipientAllowlist
public WebUIConfigurationMessageRelay recipientAllowlist(String recipientAllowlist)
-
getRecipientAllowlist
@Nullable public String getRecipientAllowlist()
Allowlist of accepted recipients- Returns:
- recipientAllowlist
-
setRecipientAllowlist
public void setRecipientAllowlist(String recipientAllowlist)
-
returnPath
public WebUIConfigurationMessageRelay returnPath(String returnPath)
-
getReturnPath
@Nullable public String getReturnPath()
Enforced Return-Path (if set) for relay bounces- Returns:
- returnPath
-
setReturnPath
public void setReturnPath(String returnPath)
-
smTPServer
public WebUIConfigurationMessageRelay smTPServer(String smTPServer)
-
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.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-