Class VerifyUserRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.VerifyUserRequest
-
public class VerifyUserRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VerifyUserRequest()VerifyUserRequest(VerifyUserRequest 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 CallergetCaller()Get 调用方信息BooleangetCertificateRequired()Get 是否需要下发个人长效证书,默认为false 注:如您有下发个人长效证书需求,请提前邮件至[email protected]进行申请。StringgetUserId()Get 电子签平台用户IDvoidsetCaller(Caller Caller)Set 调用方信息voidsetCertificateRequired(Boolean CertificateRequired)Set 是否需要下发个人长效证书,默认为false 注:如您有下发个人长效证书需求,请提前邮件至[email protected]进行申请。voidsetUserId(String UserId)Set 电子签平台用户IDvoidtoMap(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
-
VerifyUserRequest
public VerifyUserRequest()
-
VerifyUserRequest
public VerifyUserRequest(VerifyUserRequest 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- 调用方信息
-
getUserId
public String getUserId()
Get 电子签平台用户ID- Returns:
- UserId 电子签平台用户ID
-
setUserId
public void setUserId(String UserId)
Set 电子签平台用户ID- Parameters:
UserId- 电子签平台用户ID
-
getCertificateRequired
public Boolean getCertificateRequired()
Get 是否需要下发个人长效证书,默认为false 注:如您有下发个人长效证书需求,请提前邮件至[email protected]进行申请。- Returns:
- CertificateRequired 是否需要下发个人长效证书,默认为false 注:如您有下发个人长效证书需求,请提前邮件至[email protected]进行申请。
-
setCertificateRequired
public void setCertificateRequired(Boolean CertificateRequired)
Set 是否需要下发个人长效证书,默认为false 注:如您有下发个人长效证书需求,请提前邮件至[email protected]进行申请。- Parameters:
CertificateRequired- 是否需要下发个人长效证书,默认为false 注:如您有下发个人长效证书需求,请提前邮件至[email protected]进行申请。
-
-