public class OwnNumberApplyDetailItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
OwnNumberApplyDetailItem()  | 
OwnNumberApplyDetailItem(OwnNumberApplyDetailItem 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 | 
getCallType()
Get Number type: 0 - inbound | 1 - outbound | 2 - inbound and outbound. 
 | 
Long | 
getMaxCallCount()
Get Maximum concurrent call number. 
 | 
Long | 
getMaxCallPSec()
Get Maximum number of concurrencies per second. 
 | 
String | 
getOutboundCalleeFormat()
Get Outbound called number format, use {+e.164} or {e.164}. 
 | 
String | 
getPhoneNumber()
Get Line number. 
 | 
void | 
setCallType(Long CallType)
Set Number type: 0 - inbound | 1 - outbound | 2 - inbound and outbound. 
 | 
void | 
setMaxCallCount(Long MaxCallCount)
Set Maximum concurrent call number. 
 | 
void | 
setMaxCallPSec(Long MaxCallPSec)
Set Maximum number of concurrencies per second. 
 | 
void | 
setOutboundCalleeFormat(String OutboundCalleeFormat)
Set Outbound called number format, use {+e.164} or {e.164}. 
 | 
void | 
setPhoneNumber(String PhoneNumber)
Set Line number. 
 | 
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 OwnNumberApplyDetailItem()
public OwnNumberApplyDetailItem(OwnNumberApplyDetailItem source)
public Long getCallType()
public void setCallType(Long CallType)
CallType - Number type: 0 - inbound | 1 - outbound | 2 - inbound and outbound.public String getPhoneNumber()
public void setPhoneNumber(String PhoneNumber)
PhoneNumber - Line number.public Long getMaxCallCount()
public void setMaxCallCount(Long MaxCallCount)
MaxCallCount - Maximum concurrent call number.public Long getMaxCallPSec()
public void setMaxCallPSec(Long MaxCallPSec)
MaxCallPSec - Maximum number of concurrencies per second.public String getOutboundCalleeFormat()
public void setOutboundCalleeFormat(String OutboundCalleeFormat)
OutboundCalleeFormat - Outbound called number format, use {+e.164} or {e.164}.Copyright © 2025. All rights reserved.