public class LoginParam extends Object
| 构造器和说明 |
|---|
LoginParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccount()
Getter method for property account.
|
String |
getOpenId()
Getter method for property openId.
|
String |
getPwd()
Getter method for property pwd.
|
String |
getTime()
Getter method for property time.
|
String |
getVerifyCode()
Getter method for property verifyCode.
|
void |
setAccount(String account)
Setter method for property account.
|
void |
setOpenId(String openId)
Setter method for property openId.
|
void |
setPwd(String pwd)
Setter method for property pwd.
|
void |
setTime(String time)
Setter method for property time.
|
void |
setVerifyCode(String verifyCode)
Setter method for property verifyCode.
|
public String getAccount()
public void setAccount(String account)
account - value to be assigned to property accountpublic String getPwd()
public void setPwd(String pwd)
pwd - value to be assigned to property pwdpublic String getVerifyCode()
public void setVerifyCode(String verifyCode)
verifyCode - value to be assigned to property verifyCodepublic String getTime()
public void setTime(String time)
time - value to be assigned to property timepublic String getOpenId()
public void setOpenId(String openId)
openId - value to be assigned to property openIdCopyright © 癸卯【兔】年–2023 hlinfo. All rights reserved.