public class CreateAuthorizedUserRequest extends Object
| Constructor and Description |
|---|
CreateAuthorizedUserRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateAuthorizedUserRequest |
accountID(String accountID) |
CreateAuthorizedUserRequest |
authType(Integer authType) |
boolean |
equals(Object o) |
@NotNull String |
getAccountID()
Get accountID
|
@NotNull Integer |
getAuthType()
Get authType
|
String |
getVerifyCode()
Get verifyCode
|
int |
hashCode() |
void |
setAccountID(String accountID) |
void |
setAuthType(Integer authType) |
void |
setVerifyCode(String verifyCode) |
String |
toString() |
CreateAuthorizedUserRequest |
verifyCode(String verifyCode) |
public CreateAuthorizedUserRequest accountID(String accountID)
@NotNull public @NotNull String getAccountID()
public void setAccountID(String accountID)
public CreateAuthorizedUserRequest authType(Integer authType)
@NotNull public @NotNull Integer getAuthType()
public void setAuthType(Integer authType)
public CreateAuthorizedUserRequest verifyCode(String verifyCode)
public String getVerifyCode()
public void setVerifyCode(String verifyCode)
Copyright © 2026. All rights reserved.