Package software.xdev.brevo.model
Class GetContactCampaignStatsTransacAttributesInner
java.lang.Object
software.xdev.brevo.model.GetContactCampaignStatsTransacAttributesInner
GetContactCampaignStatsTransacAttributesInner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDate of the orderID of the orderPrice of the orderinthashCode()orderPrice(Float orderPrice) voidsetOrderDate(LocalDate orderDate) voidsetOrderId(Long orderId) voidsetOrderPrice(Float orderPrice) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ORDER_DATE
- See Also:
-
JSON_PROPERTY_ORDER_PRICE
- See Also:
-
JSON_PROPERTY_ORDER_ID
- See Also:
-
-
Constructor Details
-
GetContactCampaignStatsTransacAttributesInner
public GetContactCampaignStatsTransacAttributesInner()
-
-
Method Details
-
orderDate
-
getOrderDate
Date of the order- Returns:
- orderDate
-
setOrderDate
-
orderPrice
-
getOrderPrice
Price of the order- Returns:
- orderPrice
-
setOrderPrice
-
orderId
-
getOrderId
ID of the order- Returns:
- orderId
-
setOrderId
-
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
-