public class CarrierPrivilegeNumberApplicant extends AbstractModel
Constructor and Description |
---|
CarrierPrivilegeNumberApplicant() |
CarrierPrivilegeNumberApplicant(CarrierPrivilegeNumberApplicant 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 |
getApplicantId()
Get 申请单Id
|
String[] |
getCallees()
Get 被叫号码列表
|
String[] |
getCallers()
Get 主叫号码列表
|
Long |
getCreateTime()
Get 创建时间,unix时间戳(秒)
|
String |
getDescription()
Get 描述
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSdkAppId()
Get 实例Id
|
Long |
getState()
Get 审批状态:1 待审核、2 通过、3 拒绝
|
Long |
getUpdateTime()
Get 更新时间,unix时间戳(秒)
|
void |
setApplicantId(Long ApplicantId)
Set 申请单Id
|
void |
setCallees(String[] Callees)
Set 被叫号码列表
|
void |
setCallers(String[] Callers)
Set 主叫号码列表
|
void |
setCreateTime(Long CreateTime)
Set 创建时间,unix时间戳(秒)
|
void |
setDescription(String Description)
Set 描述
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSdkAppId(Long SdkAppId)
Set 实例Id
|
void |
setState(Long State)
Set 审批状态:1 待审核、2 通过、3 拒绝
|
void |
setUpdateTime(Long UpdateTime)
Set 更新时间,unix时间戳(秒)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CarrierPrivilegeNumberApplicant()
public CarrierPrivilegeNumberApplicant(CarrierPrivilegeNumberApplicant source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 实例Idpublic Long getApplicantId()
public void setApplicantId(Long ApplicantId)
ApplicantId
- 申请单Idpublic String[] getCallers()
public void setCallers(String[] Callers)
Callers
- 主叫号码列表public String[] getCallees()
public void setCallees(String[] Callees)
Callees
- 被叫号码列表public String getDescription()
public void setDescription(String Description)
Description
- 描述
注意:此字段可能返回 null,表示取不到有效值。public Long getState()
public void setState(Long State)
State
- 审批状态:1 待审核、2 通过、3 拒绝public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime
- 创建时间,unix时间戳(秒)public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime
- 更新时间,unix时间戳(秒)Copyright © 2023. All rights reserved.