Class PhoneNumBuyInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.PhoneNumBuyInfo
-
public class PhoneNumBuyInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description PhoneNumBuyInfo()PhoneNumBuyInfo(PhoneNumBuyInfo 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 购买时间戳LonggetCallType()Get 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出LonggetEndTime()Get 截止时间戳StringgetPhoneNum()Get 电话号码LonggetState()Get 号码状态,1正常|2欠费停用|4管理员停用|5违规停用LonggetType()Get 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码voidsetBuyTime(Long BuyTime)Set 购买时间戳voidsetCallType(Long CallType)Set 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出voidsetEndTime(Long EndTime)Set 截止时间戳voidsetPhoneNum(String PhoneNum)Set 电话号码voidsetState(Long State)Set 号码状态,1正常|2欠费停用|4管理员停用|5违规停用voidsetType(Long Type)Set 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码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
-
PhoneNumBuyInfo
public PhoneNumBuyInfo()
-
PhoneNumBuyInfo
public PhoneNumBuyInfo(PhoneNumBuyInfo 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
-
getPhoneNum
public String getPhoneNum()
Get 电话号码- Returns:
- PhoneNum 电话号码
-
setPhoneNum
public void setPhoneNum(String PhoneNum)
Set 电话号码- Parameters:
PhoneNum- 电话号码
-
getType
public Long getType()
Get 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码- Returns:
- Type 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码
-
setType
public void setType(Long Type)
Set 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码- Parameters:
Type- 号码类型,0-固话|1-虚商号码|2-运营商号码|3-400号码
-
getCallType
public Long getCallType()
Get 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出- Returns:
- CallType 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出
-
setCallType
public void setCallType(Long CallType)
Set 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出- Parameters:
CallType- 号码呼叫类型,1-呼入|2-呼出|3-呼入呼出
-
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- 截止时间戳
-
getState
public Long getState()
Get 号码状态,1正常|2欠费停用|4管理员停用|5违规停用- Returns:
- State 号码状态,1正常|2欠费停用|4管理员停用|5违规停用
-
setState
public void setState(Long State)
Set 号码状态,1正常|2欠费停用|4管理员停用|5违规停用- Parameters:
State- 号码状态,1正常|2欠费停用|4管理员停用|5违规停用
-
-