Package software.xdev.mailpit.model
Class ChaosTriggers
java.lang.Object
software.xdev.mailpit.model.ChaosTriggers
Triggers for the Chaos configuration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthentication(ChaosTrigger authentication) booleanGet authenticationGet recipientGet senderinthashCode()recipient(ChaosTrigger recipient) sender(ChaosTrigger sender) voidsetAuthentication(ChaosTrigger authentication) voidsetRecipient(ChaosTrigger recipient) voidsetSender(ChaosTrigger sender) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_AUTHENTICATION
- See Also:
-
JSON_PROPERTY_RECIPIENT
- See Also:
-
JSON_PROPERTY_SENDER
- See Also:
-
-
Constructor Details
-
ChaosTriggers
public ChaosTriggers()
-
-
Method Details
-
authentication
-
getAuthentication
Get authentication- Returns:
- authentication
-
setAuthentication
-
recipient
-
getRecipient
Get recipient- Returns:
- recipient
-
setRecipient
-
sender
-
getSender
Get sender- Returns:
- sender
-
setSender
-
equals
-
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
-