public class StaffBuyInfo extends AbstractModel
Constructor and Description |
---|
StaffBuyInfo() |
StaffBuyInfo(StaffBuyInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBuyTime()
Get 购买时间戳
|
Long |
getEndTime()
Get 截至时间戳
|
Long |
getNum()
Get 购买坐席数量
|
void |
setBuyTime(Long BuyTime)
Set 购买时间戳
|
void |
setEndTime(Long EndTime)
Set 截至时间戳
|
void |
setNum(Long Num)
Set 购买坐席数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public StaffBuyInfo()
public StaffBuyInfo(StaffBuyInfo source)
public Long getNum()
public void setNum(Long Num)
Num
- 购买坐席数量public Long getBuyTime()
public void setBuyTime(Long BuyTime)
BuyTime
- 购买时间戳public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 截至时间戳Copyright © 2022. All rights reserved.