public class DescribeMfaCodeStatusRequest extends AbstractModel
Constructor and Description |
---|
DescribeMfaCodeStatusRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClientIP()
Get 用户IP
|
String |
getClientUA()
Get 用户浏览器UA
|
String |
getInterface()
Get 接口名
|
Long |
getOwnerUin()
Get 主账号
|
String |
getSkey()
Get 登录态skey
|
String |
getTmpcode()
Get mfaKey
|
void |
setClientIP(String ClientIP)
Set 用户IP
|
void |
setClientUA(String ClientUA)
Set 用户浏览器UA
|
void |
setInterface(String Interface)
Set 接口名
|
void |
setOwnerUin(Long OwnerUin)
Set 主账号
|
void |
setSkey(String Skey)
Set 登录态skey
|
void |
setTmpcode(String Tmpcode)
Set mfaKey
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTmpcode()
public void setTmpcode(String Tmpcode)
Tmpcode
- mfaKeypublic String getSkey()
public void setSkey(String Skey)
Skey
- 登录态skeypublic String getClientUA()
public void setClientUA(String ClientUA)
ClientUA
- 用户浏览器UApublic String getInterface()
public void setInterface(String Interface)
Interface
- 接口名public String getClientIP()
public void setClientIP(String ClientIP)
ClientIP
- 用户IPpublic Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin
- 主账号Copyright © 2020. All rights reserved.