Class DescribeSealsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.DescribeSealsRequest
-
public class DescribeSealsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeSealsRequest()
DescribeSealsRequest(DescribeSealsRequest 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[]
getSealIds()
Get 印章ID列表String
getUserId()
Get 用户唯一标识void
setCaller(Caller Caller)
Set 调用方信息void
setSealIds(String[] SealIds)
Set 印章ID列表void
setUserId(String UserId)
Set 用户唯一标识void
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
-
DescribeSealsRequest
public DescribeSealsRequest()
-
DescribeSealsRequest
public DescribeSealsRequest(DescribeSealsRequest 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
- 调用方信息
-
getSealIds
public String[] getSealIds()
Get 印章ID列表- Returns:
- SealIds 印章ID列表
-
setSealIds
public void setSealIds(String[] SealIds)
Set 印章ID列表- Parameters:
SealIds
- 印章ID列表
-
getUserId
public String getUserId()
Get 用户唯一标识- Returns:
- UserId 用户唯一标识
-
setUserId
public void setUserId(String UserId)
Set 用户唯一标识- Parameters:
UserId
- 用户唯一标识
-
-