Package software.xdev.brevo.model
Class MainResultParameterResponse
java.lang.Object
software.xdev.brevo.model.MainResultParameterResponse
MainResultParameterResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Name of the rulegetValue()Selected value of the parameter to define the ruleinthashCode()voidvoidsetValue(MainValueResponse value) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.value(MainValueResponse value)
-
Field Details
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
MainResultParameterResponse
public MainResultParameterResponse()
-
-
Method Details
-
name
-
getName
Name of the rule- Returns:
- name
-
setName
-
value
-
getValue
Selected value of the parameter to define the rule- Returns:
- value
-
setValue
-
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
-