public class CreateSealRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateSealRequest() | 
| CreateSealRequest(CreateSealRequest 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 | getAccountResId()Get 帐号ID | 
| String | getImgData()Get 图片数据,base64编码 | 
| String | getImgUrl()Get 签章链接,图片必须为png格式 | 
| String | getModule()Get 模块名SealMng | 
| String | getOperation()Get 操作名CreateSeal | 
| void | setAccountResId(String AccountResId)Set 帐号ID | 
| void | setImgData(String ImgData)Set 图片数据,base64编码 | 
| void | setImgUrl(String ImgUrl)Set 签章链接,图片必须为png格式 | 
| void | setModule(String Module)Set 模块名SealMng | 
| void | setOperation(String Operation)Set 操作名CreateSeal | 
| 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 CreateSealRequest()
public CreateSealRequest(CreateSealRequest source)
public String getModule()
public void setModule(String Module)
Module - 模块名SealMngpublic String getOperation()
public void setOperation(String Operation)
Operation - 操作名CreateSealpublic String getAccountResId()
public void setAccountResId(String AccountResId)
AccountResId - 帐号IDpublic String getImgUrl()
public void setImgUrl(String ImgUrl)
ImgUrl - 签章链接,图片必须为png格式public String getImgData()
public void setImgData(String ImgData)
ImgData - 图片数据,base64编码Copyright © 2025. All rights reserved.