public class SimpleMockModel extends AlipayObject
Constructor and Description |
---|
SimpleMockModel() |
Modifier and Type | Method and Description |
---|---|
Long |
getCountItems()
Gets count items.
|
Date |
getHappenTime()
Gets happen time.
|
String |
getPriceNum()
Gets price num.
|
Boolean |
getRight()
Gets right.
|
String |
getTradeNo()
Gets trade no.
|
void |
setCountItems(Long countItems)
Sets count items.
|
void |
setHappenTime(Date happenTime)
Sets happen time.
|
void |
setPriceNum(String priceNum)
Sets price num.
|
void |
setRight(Boolean right)
Sets right.
|
void |
setTradeNo(String tradeNo)
Sets trade no.
|
public Long getCountItems()
public void setCountItems(Long countItems)
countItems
- the count itemspublic Date getHappenTime()
public void setHappenTime(Date happenTime)
happenTime
- the happen timepublic String getPriceNum()
public void setPriceNum(String priceNum)
priceNum
- the price numpublic Boolean getRight()
public void setRight(Boolean right)
right
- the rightpublic String getTradeNo()
public void setTradeNo(String tradeNo)
tradeNo
- the trade noCopyright © 2018. All rights reserved.