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()
Long
public void setNumberOfOrders(Long value)
value
- allowed object is
Long
public OrderState getOrderState()
OrderState
public void setOrderState(OrderState value)
value
- allowed object is
OrderState
public OrderType getOrderType()
OrderType
public void setOrderType(OrderType value)
value
- allowed object is
OrderType
public Long getTotalAmount()
Long
Copyright © 2021. All rights reserved.