Package software.xdev.brevo.model
Class MainCreateRewardPayload
java.lang.Object
software.xdev.brevo.model.MainCreateRewardPayload
MainCreateRewardPayload
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Internal name of the rewardPublic facing description of the rewardURL of the public image for the rewardPublic facing name of the rewardinthashCode()publicDescription(String publicDescription) publicImage(URI publicImage) publicName(String publicName) voidvoidsetPublicDescription(String publicDescription) voidsetPublicImage(URI publicImage) voidsetPublicName(String publicName) toString()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_PUBLIC_DESCRIPTION
- See Also:
-
JSON_PROPERTY_PUBLIC_IMAGE
- See Also:
-
JSON_PROPERTY_PUBLIC_NAME
- See Also:
-
-
Constructor Details
-
MainCreateRewardPayload
public MainCreateRewardPayload()
-
-
Method Details
-
name
-
getName
Internal name of the reward- Returns:
- name
-
setName
-
publicDescription
-
getPublicDescription
Public facing description of the reward- Returns:
- publicDescription
-
setPublicDescription
-
publicImage
-
getPublicImage
URL of the public image for the reward- Returns:
- publicImage
-
setPublicImage
-
publicName
-
getPublicName
Public facing name of the reward- Returns:
- publicName
-
setPublicName
-
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
-