Package software.xdev.brevo.model
Class BalanceDataPerContact
java.lang.Object
software.xdev.brevo.model.BalanceDataPerContact
BalanceDataPerContact
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet contactIdGet loyaltySubscriptionIdGet updatedAtgetValue()Get valueinthashCode()loyaltySubscriptionId(String loyaltySubscriptionId) voidsetContactId(Integer contactId) voidsetLoyaltySubscriptionId(String loyaltySubscriptionId) voidsetUpdatedAt(String updatedAt) voidsetValue(BigDecimal value) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.value(BigDecimal value)
-
Field Details
-
JSON_PROPERTY_CONTACT_ID
- See Also:
-
JSON_PROPERTY_LOYALTY_SUBSCRIPTION_ID
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
JSON_PROPERTY_VALUE
- See Also:
-
-
Constructor Details
-
BalanceDataPerContact
public BalanceDataPerContact()
-
-
Method Details
-
contactId
-
getContactId
Get contactId- Returns:
- contactId
-
setContactId
-
loyaltySubscriptionId
-
getLoyaltySubscriptionId
Get loyaltySubscriptionId- Returns:
- loyaltySubscriptionId
-
setLoyaltySubscriptionId
-
updatedAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
setUpdatedAt
-
value
-
getValue
Get value- 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
-