public class NumberInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
NumberInfo() |
NumberInfo(NumberInfo 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[] |
getCallOutSkillGroupIds()
Get Bound outbound call skill group.
|
String |
getNumber()
Get Number.
|
Long |
getState()
Get Number status, 1-normal, 2-disabled due to overdue payment, 4-disabled by the administrator, 5-disabled due to violation.
|
void |
setCallOutSkillGroupIds(Long[] CallOutSkillGroupIds)
Set Bound outbound call skill group.
|
void |
setNumber(String Number)
Set Number.
|
void |
setState(Long State)
Set Number status, 1-normal, 2-disabled due to overdue payment, 4-disabled by the administrator, 5-disabled due to violation.
|
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 NumberInfo()
public NumberInfo(NumberInfo source)
public String getNumber()
public void setNumber(String Number)
Number
- Number.public Long[] getCallOutSkillGroupIds()
public void setCallOutSkillGroupIds(Long[] CallOutSkillGroupIds)
CallOutSkillGroupIds
- Bound outbound call skill group.public Long getState()
public void setState(Long State)
State
- Number status, 1-normal, 2-disabled due to overdue payment, 4-disabled by the administrator, 5-disabled due to violation.Copyright © 2024. All rights reserved.