Package software.xdev.brevo.model
Class MainRewardPageObj
java.lang.Object
software.xdev.brevo.model.MainRewardPageObj
MainRewardPageObj
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedAt(OffsetDateTime createdAt) endDate(OffsetDateTime endDate) booleanTimestamp for when this reward was createdTimestamp for when this reward attribution endedgetId()Unique identifier for the rewardLoyalty Program to which current reward is associatedgetName()Name of the rewardPublic image of the rewardTimestamp for when this reward attribution startedgetState()State of the rewardTimestamp for when this reward attribution was updatedinthashCode()loyaltyProgramId(UUID loyaltyProgramId) publicImage(String publicImage) voidsetCreatedAt(OffsetDateTime createdAt) voidsetEndDate(OffsetDateTime endDate) voidvoidsetLoyaltyProgramId(UUID loyaltyProgramId) voidvoidsetPublicImage(String publicImage) voidsetStartDate(OffsetDateTime startDate) voidvoidsetUpdatedAt(OffsetDateTime updatedAt) startDate(OffsetDateTime startDate) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.updatedAt(OffsetDateTime updatedAt)
-
Field Details
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LOYALTY_PROGRAM_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_PUBLIC_IMAGE
- See Also:
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
-
Constructor Details
-
MainRewardPageObj
public MainRewardPageObj()
-
-
Method Details
-
createdAt
-
getCreatedAt
Timestamp for when this reward was created- Returns:
- createdAt
-
setCreatedAt
-
endDate
-
getEndDate
Timestamp for when this reward attribution ended- Returns:
- endDate
-
setEndDate
-
id
-
getId
Unique identifier for the reward- Returns:
- id
-
setId
-
loyaltyProgramId
-
getLoyaltyProgramId
Loyalty Program to which current reward is associated- Returns:
- loyaltyProgramId
-
setLoyaltyProgramId
-
name
-
getName
Name of the reward- Returns:
- name
-
setName
-
publicImage
-
getPublicImage
Public image of the reward- Returns:
- publicImage
-
setPublicImage
-
startDate
-
getStartDate
Timestamp for when this reward attribution started- Returns:
- startDate
-
setStartDate
-
state
-
getState
State of the reward- Returns:
- state
-
setState
-
updatedAt
-
getUpdatedAt
Timestamp for when this reward attribution was updated- Returns:
- updatedAt
-
setUpdatedAt
-
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
-