@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-06T00:35:57.043Z") public class AccountVerify extends Object
| Constructor and Description |
|---|
AccountVerify() |
| Modifier and Type | Method and Description |
|---|---|
AccountVerify |
country(String country) |
boolean |
equals(Object o) |
String |
getCountry()
Country code
|
String |
getType()
Type of verification
|
String |
getUserPhone()
User's phone number
|
int |
hashCode() |
void |
setCountry(String country) |
void |
setType(String type) |
void |
setUserPhone(String userPhone) |
String |
toString() |
AccountVerify |
type(String type) |
AccountVerify |
userPhone(String userPhone) |
public AccountVerify country(String country)
public String getCountry()
public void setCountry(String country)
public AccountVerify userPhone(String userPhone)
public String getUserPhone()
public void setUserPhone(String userPhone)
public AccountVerify type(String type)
public String getType()
public void setType(String type)
Copyright © 2019. All rights reserved.