public class ApplyLivenessTokenRequest extends AbstractModel
Constructor and Description |
---|
ApplyLivenessTokenRequest() |
ApplyLivenessTokenRequest(ApplyLivenessTokenRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getSecureLevel()
Get 枚举值,取值范围:1、2、3、4
各个含义如下
1-静默
2-眨眼
3-光线
4-眨眼+光线 (默认)
|
void |
setSecureLevel(String SecureLevel)
Set 枚举值,取值范围:1、2、3、4
各个含义如下
1-静默
2-眨眼
3-光线
4-眨眼+光线 (默认)
|
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 ApplyLivenessTokenRequest()
public ApplyLivenessTokenRequest(ApplyLivenessTokenRequest source)
public String getSecureLevel()
public void setSecureLevel(String SecureLevel)
SecureLevel
- 枚举值,取值范围:1、2、3、4
各个含义如下
1-静默
2-眨眼
3-光线
4-眨眼+光线 (默认)Copyright © 2022. All rights reserved.