Package software.xdev.brevo.model
Class MainRuleEventResponse
java.lang.Object
software.xdev.brevo.model.MainRuleEventResponse
MainRuleEventResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Name of the eventSource of the eventinthashCode()voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SOURCE
- See Also:
-
-
Constructor Details
-
MainRuleEventResponse
public MainRuleEventResponse()
-
-
Method Details
-
name
-
getName
Name of the event- Returns:
- name
-
setName
-
source
-
getSource
Source of the event- Returns:
- source
-
setSource
-
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
-