public class StaffBuyInfo extends AbstractModel
header, skipSign
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 Purchased timestamp.
|
Long |
getEndTime()
Get End timestamp.
|
Long |
getNum()
Get Number of agents purchased.
|
Long |
getSipNum()
Get Number of office telephones purchased.
|
void |
setBuyTime(Long BuyTime)
Set Purchased timestamp.
|
void |
setEndTime(Long EndTime)
Set End timestamp.
|
void |
setNum(Long Num)
Set Number of agents purchased.
|
void |
setSipNum(Long SipNum)
Set Number of office telephones purchased.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public StaffBuyInfo()
public StaffBuyInfo(StaffBuyInfo source)
public Long getNum()
public void setNum(Long Num)
Num
- Number of agents purchased.public Long getBuyTime()
public void setBuyTime(Long BuyTime)
BuyTime
- Purchased timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End timestamp.public Long getSipNum()
public void setSipNum(Long SipNum)
SipNum
- Number of office telephones purchased.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.