Class CreateSelectiveCredentialRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdid.v20210519.models.CreateSelectiveCredentialRequest
-
public class CreateSelectiveCredentialRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateSelectiveCredentialRequest()CreateSelectiveCredentialRequest(CreateSelectiveCredentialRequest 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 VerifyFunctionArggetFunctionArg()Get 参数集合LonggetPolicyId()Get 批露策略idvoidsetFunctionArg(VerifyFunctionArg FunctionArg)Set 参数集合voidsetPolicyId(Long PolicyId)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
-
CreateSelectiveCredentialRequest
public CreateSelectiveCredentialRequest()
-
CreateSelectiveCredentialRequest
public CreateSelectiveCredentialRequest(CreateSelectiveCredentialRequest 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
-
getFunctionArg
public VerifyFunctionArg getFunctionArg()
Get 参数集合- Returns:
- FunctionArg 参数集合
-
setFunctionArg
public void setFunctionArg(VerifyFunctionArg FunctionArg)
Set 参数集合- Parameters:
FunctionArg- 参数集合
-
getPolicyId
public Long getPolicyId()
Get 批露策略id- Returns:
- PolicyId 批露策略id
-
setPolicyId
public void setPolicyId(Long PolicyId)
Set 批露策略id- Parameters:
PolicyId- 批露策略id
-
-