public class UserIdentInfoReq extends BaseBean
| 构造器和说明 |
|---|
UserIdentInfoReq() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBankAccountNo() |
String |
getFaceauthMode() |
List<String> |
getIdentMethod() |
String |
getMobile() |
String |
getUserIdentNo() |
String |
getUserIdentType() |
String |
getUserName() |
void |
setBankAccountNo(String bankAccountNo) |
void |
setFaceauthMode(String faceauthMode) |
void |
setIdentMethod(List<String> identMethod) |
void |
setMobile(String mobile) |
void |
setUserIdentNo(String userIdentNo) |
void |
setUserIdentType(String userIdentType) |
void |
setUserName(String userName) |
public String getFaceauthMode()
public void setFaceauthMode(String faceauthMode)
public String getUserName()
public void setUserName(String userName)
public String getUserIdentType()
public void setUserIdentType(String userIdentType)
public String getUserIdentNo()
public void setUserIdentNo(String userIdentNo)
public String getMobile()
public void setMobile(String mobile)
public String getBankAccountNo()
public void setBankAccountNo(String bankAccountNo)
Copyright © 2025. All rights reserved.