Class CarrierPrivilegeNumberApplicant
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.CarrierPrivilegeNumberApplicant
-
public class CarrierPrivilegeNumberApplicant extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetApplicantId()Get 申请单IdString[]getCallees()Get 被叫号码列表String[]getCallers()Get 主叫号码列表LonggetCreateTime()Get 创建时间,unix时间戳(秒)StringgetDescription()Get 描述 注意:此字段可能返回 null,表示取不到有效值。LonggetSdkAppId()Get 实例IdLonggetState()Get 审批状态:1 待审核、2 通过、3 拒绝LonggetUpdateTime()Get 更新时间,unix时间戳(秒)voidsetApplicantId(Long ApplicantId)Set 申请单IdvoidsetCallees(String[] Callees)Set 被叫号码列表voidsetCallers(String[] Callers)Set 主叫号码列表voidsetCreateTime(Long CreateTime)Set 创建时间,unix时间戳(秒)voidsetDescription(String Description)Set 描述 注意:此字段可能返回 null,表示取不到有效值。voidsetSdkAppId(Long SdkAppId)Set 实例IdvoidsetState(Long State)Set 审批状态:1 待审核、2 通过、3 拒绝voidsetUpdateTime(Long UpdateTime)Set 更新时间,unix时间戳(秒)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
-
CarrierPrivilegeNumberApplicant
public CarrierPrivilegeNumberApplicant()
-
CarrierPrivilegeNumberApplicant
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get 实例Id- Returns:
- SdkAppId 实例Id
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set 实例Id- Parameters:
SdkAppId- 实例Id
-
getApplicantId
public Long getApplicantId()
Get 申请单Id- Returns:
- ApplicantId 申请单Id
-
setApplicantId
public void setApplicantId(Long ApplicantId)
Set 申请单Id- Parameters:
ApplicantId- 申请单Id
-
getCallers
public String[] getCallers()
Get 主叫号码列表- Returns:
- Callers 主叫号码列表
-
setCallers
public void setCallers(String[] Callers)
Set 主叫号码列表- Parameters:
Callers- 主叫号码列表
-
getCallees
public String[] getCallees()
Get 被叫号码列表- Returns:
- Callees 被叫号码列表
-
setCallees
public void setCallees(String[] Callees)
Set 被叫号码列表- Parameters:
Callees- 被叫号码列表
-
getDescription
public String getDescription()
Get 描述 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 描述 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 描述 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description- 描述 注意:此字段可能返回 null,表示取不到有效值。
-
getState
public Long getState()
Get 审批状态:1 待审核、2 通过、3 拒绝- Returns:
- State 审批状态:1 待审核、2 通过、3 拒绝
-
setState
public void setState(Long State)
Set 审批状态:1 待审核、2 通过、3 拒绝- Parameters:
State- 审批状态:1 待审核、2 通过、3 拒绝
-
getCreateTime
public Long getCreateTime()
Get 创建时间,unix时间戳(秒)- Returns:
- CreateTime 创建时间,unix时间戳(秒)
-
setCreateTime
public void setCreateTime(Long CreateTime)
Set 创建时间,unix时间戳(秒)- Parameters:
CreateTime- 创建时间,unix时间戳(秒)
-
getUpdateTime
public Long getUpdateTime()
Get 更新时间,unix时间戳(秒)- Returns:
- UpdateTime 更新时间,unix时间戳(秒)
-
setUpdateTime
public void setUpdateTime(Long UpdateTime)
Set 更新时间,unix时间戳(秒)- Parameters:
UpdateTime- 更新时间,unix时间戳(秒)
-
-