public class PhoneNumBuyInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBuyTime()
Get Purchased timestamp.
|
Long |
getCallType()
Get Call type of the number, 1 - Inbound | 2 - Outbound | 3 - Inbound and outbound.
|
Long |
getEndTime()
Get End timestamp.
|
String |
getPhoneNum()
Get Telephone Number
|
Long |
getState()
Get Number status, 1-Normal | 2-Suspended due to non-payment | 4-Admin suspended | 5-Suspended due to violation.
|
Long |
getType()
Get Number type, 0 - Landline | 1 - Virtual Business Number | 2 - ISP Number | 3 - 400 Number.
|
void |
setBuyTime(Long BuyTime)
Set Purchased timestamp.
|
void |
setCallType(Long CallType)
Set Call type of the number, 1 - Inbound | 2 - Outbound | 3 - Inbound and outbound.
|
void |
setEndTime(Long EndTime)
Set End timestamp.
|
void |
setPhoneNum(String PhoneNum)
Set Telephone Number
|
void |
setState(Long State)
Set Number status, 1-Normal | 2-Suspended due to non-payment | 4-Admin suspended | 5-Suspended due to violation.
|
void |
setType(Long Type)
Set Number type, 0 - Landline | 1 - Virtual Business Number | 2 - ISP Number | 3 - 400 Number.
|
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 PhoneNumBuyInfo()
public PhoneNumBuyInfo(PhoneNumBuyInfo source)
public String getPhoneNum()
public void setPhoneNum(String PhoneNum)
PhoneNum
- Telephone Numberpublic Long getType()
public void setType(Long Type)
Type
- Number type, 0 - Landline | 1 - Virtual Business Number | 2 - ISP Number | 3 - 400 Number.public Long getCallType()
public void setCallType(Long CallType)
CallType
- Call type of the number, 1 - Inbound | 2 - Outbound | 3 - Inbound and outbound.public Long getBuyTime()
public void setBuyTime(Long BuyTime)
BuyTime
- Purchased timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End timestamp.public Long getState()
public void setState(Long State)
State
- Number status, 1-Normal | 2-Suspended due to non-payment | 4-Admin suspended | 5-Suspended due to violation.Copyright © 2024. All rights reserved.