public class SealInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SealInfo() | 
| SealInfo(SealInfo 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 | getSealId()Get 印章ID | 
| String | getSealName()Get 印章名称 | 
| String | getSealType()Get 印章类型。LEGAL_PERSON_SEAL: 法定代表人章;
ORGANIZATIONSEAL:企业印章;
OFFICIAL:企业公章;
CONTRACT:合同专用章 | 
| void | setSealId(String SealId)Set 印章ID | 
| void | setSealName(String SealName)Set 印章名称 | 
| void | setSealType(String SealType)Set 印章类型。LEGAL_PERSON_SEAL: 法定代表人章;
ORGANIZATIONSEAL:企业印章;
OFFICIAL:企业公章;
CONTRACT:合同专用章 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SealInfo()
public SealInfo(SealInfo source)
public String getSealId()
public void setSealId(String SealId)
SealId - 印章IDpublic String getSealType()
public void setSealType(String SealType)
SealType - 印章类型。LEGAL_PERSON_SEAL: 法定代表人章;
ORGANIZATIONSEAL:企业印章;
OFFICIAL:企业公章;
CONTRACT:合同专用章public String getSealName()
public void setSealName(String SealName)
SealName - 印章名称Copyright © 2025. All rights reserved.