Class StaffBuyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.StaffBuyInfo
-
public class StaffBuyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetBuyTime()Get 购买时间戳LonggetEndTime()Get 截止时间戳LonggetNum()Get 购买坐席数量LonggetSipNum()Get 购买办公电话数量 注意:此字段可能返回 null,表示取不到有效值。voidsetBuyTime(Long BuyTime)Set 购买时间戳voidsetEndTime(Long EndTime)Set 截止时间戳voidsetNum(Long Num)Set 购买坐席数量voidsetSipNum(Long SipNum)Set 购买办公电话数量 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
StaffBuyInfo
public StaffBuyInfo()
-
StaffBuyInfo
public 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.
-
-
Method Detail
-
getNum
public Long getNum()
Get 购买坐席数量- Returns:
- Num 购买坐席数量
-
setNum
public void setNum(Long Num)
Set 购买坐席数量- Parameters:
Num- 购买坐席数量
-
getBuyTime
public Long getBuyTime()
Get 购买时间戳- Returns:
- BuyTime 购买时间戳
-
setBuyTime
public void setBuyTime(Long BuyTime)
Set 购买时间戳- Parameters:
BuyTime- 购买时间戳
-
getEndTime
public Long getEndTime()
Get 截止时间戳- Returns:
- EndTime 截止时间戳
-
setEndTime
public void setEndTime(Long EndTime)
Set 截止时间戳- Parameters:
EndTime- 截止时间戳
-
getSipNum
public Long getSipNum()
Get 购买办公电话数量 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SipNum 购买办公电话数量 注意:此字段可能返回 null,表示取不到有效值。
-
setSipNum
public void setSipNum(Long SipNum)
Set 购买办公电话数量 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SipNum- 购买办公电话数量 注意:此字段可能返回 null,表示取不到有效值。
-
-