public class PdfInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| PdfInfo() | 
| PdfInfo(PdfInfo 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 | getBase64()Get pdf文件base64编码字符串 | 
| String | getUrl()Get pdf文件url链接(暂不支持) | 
| void | setBase64(String Base64)Set pdf文件base64编码字符串 | 
| void | setUrl(String Url)Set pdf文件url链接(暂不支持) | 
| 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 PdfInfo()
public PdfInfo(PdfInfo source)
public String getUrl()
public void setUrl(String Url)
Url - pdf文件url链接(暂不支持)public String getBase64()
public void setBase64(String Base64)
Base64 - pdf文件base64编码字符串Copyright © 2025. All rights reserved.