public class CreateVsAccountRequest extends BaseBceRequest
| Constructor and Description |
|---|
CreateVsAccountRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId() |
String |
getAccountType() |
String |
getCompany() |
String |
getEmail() |
String |
getMobilePhone() |
String |
getName() |
String |
getUserId() |
void |
setAccountId(String accountId) |
void |
setAccountType(String accountType) |
void |
setCompany(String company) |
void |
setEmail(String email) |
void |
setMobilePhone(String mobilePhone) |
void |
setName(String name) |
void |
setUserId(String userId) |
String |
toString() |
withRequestCredentialsgetRequestCredentials, setRequestCredentialspublic String getAccountId()
public void setAccountId(String accountId)
public String getUserId()
public void setUserId(String userId)
public String getName()
public void setName(String name)
public String getEmail()
public void setEmail(String email)
public String getMobilePhone()
public void setMobilePhone(String mobilePhone)
public String getAccountType()
public void setAccountType(String accountType)
public String getCompany()
public void setCompany(String company)
Copyright © 2023. All rights reserved.