Package software.xdev.brevo.model
Class MainRewardConfigurations
java.lang.Object
software.xdev.brevo.model.MainRewardConfigurations
MainRewardConfigurations
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattribution(String attribution) booleanAttribution config of the rewardgetCode()Code config of the rewardgetValue()Value config of the rewardinthashCode()voidsetAttribution(String attribution) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ATTRIBUTION
- See Also:
-
JSON_PROPERTY_CODE
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
MainRewardConfigurations
public MainRewardConfigurations()
-
-
Method Details
-
attribution
-
getAttribution
Attribution config of the reward- Returns:
- attribution
-
setAttribution
-
code
-
getCode
Code config of the reward- Returns:
- code
-
setCode
-
value
-
getValue
Value config of the reward- 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
-