Class CreatePersonalAccountRequest


  • public class CreatePersonalAccountRequest
    extends AbstractModel
    • Constructor Detail

      • CreatePersonalAccountRequest

        public CreatePersonalAccountRequest()
      • CreatePersonalAccountRequest

        public CreatePersonalAccountRequest​(CreatePersonalAccountRequest 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

      • getModule

        public String getModule()
        Get 模块名AccountMng
        Returns:
        Module 模块名AccountMng
      • setModule

        public void setModule​(String Module)
        Set 模块名AccountMng
        Parameters:
        Module - 模块名AccountMng
      • getOperation

        public String getOperation()
        Get 操作名CreatePersonalAccount
        Returns:
        Operation 操作名CreatePersonalAccount
      • setOperation

        public void setOperation​(String Operation)
        Set 操作名CreatePersonalAccount
        Parameters:
        Operation - 操作名CreatePersonalAccount
      • getName

        public String getName()
        Get 个人用户姓名
        Returns:
        Name 个人用户姓名
      • setName

        public void setName​(String Name)
        Set 个人用户姓名
        Parameters:
        Name - 个人用户姓名
      • getIdentType

        public Long getIdentType()
        Get 个人用户证件类型,0代表身份证,详情请见常见问题
        Returns:
        IdentType 个人用户证件类型,0代表身份证,详情请见常见问题
      • setIdentType

        public void setIdentType​(Long IdentType)
        Set 个人用户证件类型,0代表身份证,详情请见常见问题
        Parameters:
        IdentType - 个人用户证件类型,0代表身份证,详情请见常见问题
      • getIdentNo

        public String getIdentNo()
        Get 个人用户证件号码
        Returns:
        IdentNo 个人用户证件号码
      • setIdentNo

        public void setIdentNo​(String IdentNo)
        Set 个人用户证件号码
        Parameters:
        IdentNo - 个人用户证件号码
      • getMobilePhone

        public String getMobilePhone()
        Get 个人用户手机号
        Returns:
        MobilePhone 个人用户手机号
      • setMobilePhone

        public void setMobilePhone​(String MobilePhone)
        Set 个人用户手机号
        Parameters:
        MobilePhone - 个人用户手机号