public class ComponentSeal extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getComponentId()
Get 签署区ID
|
String |
getSealId()
Get 印章ID
|
void |
setComponentId(String ComponentId)
Set 签署区ID
|
void |
setSealId(String SealId)
Set 印章ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ComponentSeal()
public ComponentSeal(ComponentSeal source)
public String getComponentId()
public void setComponentId(String ComponentId)
ComponentId
- 签署区IDpublic String getSealId()
public void setSealId(String SealId)
SealId
- 印章IDCopyright © 2022. All rights reserved.