Class PdfInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mrs.v20200910.models.PdfInfo
-
public class PdfInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
PdfInfo
public PdfInfo()
-
PdfInfo
public 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.
-
-
Method Detail
-
getUrl
public String getUrl()
Get pdf文件url链接(暂不支持)- Returns:
- Url pdf文件url链接(暂不支持)
-
setUrl
public void setUrl(String Url)
Set pdf文件url链接(暂不支持)- Parameters:
Url
- pdf文件url链接(暂不支持)
-
getBase64
public String getBase64()
Get pdf文件base64编码字符串- Returns:
- Base64 pdf文件base64编码字符串
-
setBase64
public void setBase64(String Base64)
Set pdf文件base64编码字符串- Parameters:
Base64
- pdf文件base64编码字符串
-
-