public class TurnPDFToObjectRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
TurnPDFToObjectRequest() |
TurnPDFToObjectRequest(TurnPDFToObjectRequest 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 |
---|---|
PdfInfo |
getPdfInfo()
Get 体检报告PDF文件信息, 目前只支持传PDF文件的Base64编码字符(PDF文件不能超过10MB,如果超过建议先压缩PDF,再转成base64)
|
void |
setPdfInfo(PdfInfo PdfInfo)
Set 体检报告PDF文件信息, 目前只支持传PDF文件的Base64编码字符(PDF文件不能超过10MB,如果超过建议先压缩PDF,再转成base64)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TurnPDFToObjectRequest()
public TurnPDFToObjectRequest(TurnPDFToObjectRequest source)
public PdfInfo getPdfInfo()
public void setPdfInfo(PdfInfo PdfInfo)
PdfInfo
- 体检报告PDF文件信息, 目前只支持传PDF文件的Base64编码字符(PDF文件不能超过10MB,如果超过建议先压缩PDF,再转成base64)Copyright © 2023. All rights reserved.