Class CreateFaceIdSignRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.CreateFaceIdSignRequest
-
public class CreateFaceIdSignRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateFaceIdSignRequest()
CreateFaceIdSignRequest(CreateFaceIdSignRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Caller
getCaller()
Get 调用方信息; 必选String[]
getValues()
Get 除api_ticket之外的其它要参与签名的参数值,包括UserIdvoid
setCaller(Caller Caller)
Set 调用方信息; 必选void
setValues(String[] Values)
Set 除api_ticket之外的其它要参与签名的参数值,包括UserIdvoid
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateFaceIdSignRequest
public CreateFaceIdSignRequest()
-
CreateFaceIdSignRequest
public CreateFaceIdSignRequest(CreateFaceIdSignRequest 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.
-
-
Method Detail
-
getCaller
public Caller getCaller()
Get 调用方信息; 必选- Returns:
- Caller 调用方信息; 必选
-
setCaller
public void setCaller(Caller Caller)
Set 调用方信息; 必选- Parameters:
Caller
- 调用方信息; 必选
-
getValues
public String[] getValues()
Get 除api_ticket之外的其它要参与签名的参数值,包括UserId- Returns:
- Values 除api_ticket之外的其它要参与签名的参数值,包括UserId
-
setValues
public void setValues(String[] Values)
Set 除api_ticket之外的其它要参与签名的参数值,包括UserId- Parameters:
Values
- 除api_ticket之外的其它要参与签名的参数值,包括UserId
-
-