public class DetectStateRequest extends AbstractModel
Constructor and Description |
---|
DetectStateRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClientIP()
Get IP
|
String |
getClientUA()
Get 浏览器UA
|
String |
getFaceIdToken()
Get token
|
void |
setClientIP(String ClientIP)
Set IP
|
void |
setClientUA(String ClientUA)
Set 浏览器UA
|
void |
setFaceIdToken(String FaceIdToken)
Set token
|
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 getClientIP()
public void setClientIP(String ClientIP)
ClientIP
- IPpublic String getClientUA()
public void setClientUA(String ClientUA)
ClientUA
- 浏览器UApublic String getFaceIdToken()
public void setFaceIdToken(String FaceIdToken)
FaceIdToken
- tokenCopyright © 2020. All rights reserved.