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 购买时间戳 | 
| Long | getEndTime()Get 截止时间戳 | 
| Long | getNum()Get 购买座席数量 | 
| Long | getSipNum()Get 购买办公电话数量 | 
| void | setBuyTime(Long BuyTime)Set 购买时间戳 | 
| void | setEndTime(Long EndTime)Set 截止时间戳 | 
| void | setNum(Long Num)Set 购买座席数量 | 
| void | setSipNum(Long SipNum)Set 购买办公电话数量 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - 截止时间戳public Long getSipNum()
public void setSipNum(Long SipNum)
SipNum - 购买办公电话数量Copyright © 2025. All rights reserved.