Package software.xdev.brevo.model
Class UpdateCouponCollection200Response
java.lang.Object
software.xdev.brevo.model.UpdateCouponCollection200Response
UpdateCouponCollection200Response
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultCoupon(String defaultCoupon) booleanThe default coupon of the collectiongetId()The id of the collectiongetName()The name of the collectioninthashCode()voidsetDefaultCoupon(String defaultCoupon) voidvoidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DEFAULT_COUPON
- See Also:
-
-
Constructor Details
-
UpdateCouponCollection200Response
public UpdateCouponCollection200Response()
-
-
Method Details
-
id
-
getId
The id of the collection- Returns:
- id
-
setId
-
name
-
getName
The name of the collection- Returns:
- name
-
setName
-
defaultCoupon
-
getDefaultCoupon
The default coupon of the collection- Returns:
- defaultCoupon
-
setDefaultCoupon
-
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
-