Class ComponentSeal
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.essbasic.v20201222.models.ComponentSeal
-
public class ComponentSeal extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ComponentSeal()
ComponentSeal(ComponentSeal 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 String
getComponentId()
Get 签署区IDString
getSealId()
Get 印章IDvoid
setComponentId(String ComponentId)
Set 签署区IDvoid
setSealId(String SealId)
Set 印章IDvoid
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
-
ComponentSeal
public ComponentSeal()
-
ComponentSeal
public ComponentSeal(ComponentSeal 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
-
getComponentId
public String getComponentId()
Get 签署区ID- Returns:
- ComponentId 签署区ID
-
setComponentId
public void setComponentId(String ComponentId)
Set 签署区ID- Parameters:
ComponentId
- 签署区ID
-
getSealId
public String getSealId()
Get 印章ID- Returns:
- SealId 印章ID
-
setSealId
public void setSealId(String SealId)
Set 印章ID- Parameters:
SealId
- 印章ID
-
-