public class DetectMaskAuthRequest extends AbstractModel
Constructor and Description |
---|
DetectMaskAuthRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClientIP()
Get IP
|
String |
getClientUA()
Get 浏览器UA
|
String |
getIdcard()
Get 用户Idcard
|
String |
getName()
Get 用户名称
|
Long |
getOwnerUin()
Get 主账号
|
String |
getSkey()
Get 登录态Skey
|
String |
getType()
Get 人脸类型
|
void |
setClientIP(String ClientIP)
Set IP
|
void |
setClientUA(String ClientUA)
Set 浏览器UA
|
void |
setIdcard(String Idcard)
Set 用户Idcard
|
void |
setName(String Name)
Set 用户名称
|
void |
setOwnerUin(Long OwnerUin)
Set 主账号
|
void |
setSkey(String Skey)
Set 登录态Skey
|
void |
setType(String Type)
Set 人脸类型
|
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 getSkey()
public void setSkey(String Skey)
Skey
- 登录态Skeypublic String getClientIP()
public void setClientIP(String ClientIP)
ClientIP
- IPpublic String getClientUA()
public void setClientUA(String ClientUA)
ClientUA
- 浏览器UApublic String getType()
public void setType(String Type)
Type
- 人脸类型public String getName()
public void setName(String Name)
Name
- 用户名称public String getIdcard()
public void setIdcard(String Idcard)
Idcard
- 用户Idcardpublic Long getOwnerUin()
public void setOwnerUin(Long OwnerUin)
OwnerUin
- 主账号Copyright © 2020. All rights reserved.