@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class GetContactCampaignStatsTransacAttributes extends Object
| Constructor and Description |
|---|
GetContactCampaignStatsTransacAttributes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
org.threeten.bp.LocalDate |
getOrderDate()
Date of the order
|
Long |
getOrderId()
ID of the order
|
Float |
getOrderPrice()
Price of the order
|
int |
hashCode() |
GetContactCampaignStatsTransacAttributes |
orderDate(org.threeten.bp.LocalDate orderDate) |
GetContactCampaignStatsTransacAttributes |
orderId(Long orderId) |
GetContactCampaignStatsTransacAttributes |
orderPrice(Float orderPrice) |
void |
setOrderDate(org.threeten.bp.LocalDate orderDate) |
void |
setOrderId(Long orderId) |
void |
setOrderPrice(Float orderPrice) |
String |
toString() |
public GetContactCampaignStatsTransacAttributes()
public GetContactCampaignStatsTransacAttributes orderDate(org.threeten.bp.LocalDate orderDate)
public org.threeten.bp.LocalDate getOrderDate()
public void setOrderDate(org.threeten.bp.LocalDate orderDate)
public GetContactCampaignStatsTransacAttributes orderPrice(Float orderPrice)
public Float getOrderPrice()
public void setOrderPrice(Float orderPrice)
public GetContactCampaignStatsTransacAttributes orderId(Long orderId)
public Long getOrderId()
public void setOrderId(Long orderId)
Copyright © 2021. All rights reserved.