Class CarrierPrivilegeNumberApplicant


  • public class CarrierPrivilegeNumberApplicant
    extends AbstractModel
    • 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时间戳(秒)