public class AggregatedOrderHistoryData extends AbstractRealTimeDto implements Serializable
Java class for aggregatedOrderHistoryData complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
numberOfOrders |
protected OrderState |
orderState |
protected OrderType |
orderType |
protected Long |
totalAmount |
| Constructor and Description |
|---|
AggregatedOrderHistoryData() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getNumberOfOrders()
Gets the value of the numberOfOrders property.
|
OrderState |
getOrderState()
Gets the value of the orderState property.
|
OrderType |
getOrderType()
Gets the value of the orderType property.
|
Long |
getTotalAmount()
Gets the value of the totalAmount property.
|
void |
setNumberOfOrders(Long value)
Sets the value of the numberOfOrders property.
|
void |
setOrderState(OrderState value)
Sets the value of the orderState property.
|
void |
setOrderType(OrderType value)
Sets the value of the orderType property.
|
void |
setTotalAmount(Long value)
Sets the value of the totalAmount property.
|
protected Long numberOfOrders
protected OrderState orderState
protected OrderType orderType
protected Long totalAmount
public Long getNumberOfOrders()
Longpublic void setNumberOfOrders(Long value)
value - allowed object is
Longpublic OrderState getOrderState()
OrderStatepublic void setOrderState(OrderState value)
value - allowed object is
OrderStatepublic OrderType getOrderType()
OrderTypepublic void setOrderType(OrderType value)
value - allowed object is
OrderTypepublic Long getTotalAmount()
LongCopyright © 2021. All rights reserved.