public class CreatePictureRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreatePictureRequest() | 
| CreatePictureRequest(CreatePictureRequest 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 | getContent()Get 图片内容经base64编码后的string格式,最大长度为2M | 
| Long | getHeight()Get 图片长度 | 
| Long | getSdkAppId()Get 应用id | 
| String | getSuffix()Get 图片后缀名 | 
| Long | getWidth()Get 图片宽度 | 
| Long | getXPosition()Get 显示位置x轴方向 | 
| Long | getYPosition()Get 显示位置y轴方向 | 
| void | setContent(String Content)Set 图片内容经base64编码后的string格式,最大长度为2M | 
| void | setHeight(Long Height)Set 图片长度 | 
| void | setSdkAppId(Long SdkAppId)Set 应用id | 
| void | setSuffix(String Suffix)Set 图片后缀名 | 
| void | setWidth(Long Width)Set 图片宽度 | 
| void | setXPosition(Long XPosition)Set 显示位置x轴方向 | 
| void | setYPosition(Long YPosition)Set 显示位置y轴方向 | 
| 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 CreatePictureRequest()
public CreatePictureRequest(CreatePictureRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 应用idpublic String getContent()
public void setContent(String Content)
Content - 图片内容经base64编码后的string格式,最大长度为2Mpublic String getSuffix()
public void setSuffix(String Suffix)
Suffix - 图片后缀名public Long getHeight()
public void setHeight(Long Height)
Height - 图片长度public Long getWidth()
public void setWidth(Long Width)
Width - 图片宽度public Long getXPosition()
public void setXPosition(Long XPosition)
XPosition - 显示位置x轴方向public Long getYPosition()
public void setYPosition(Long YPosition)
YPosition - 显示位置y轴方向Copyright © 2025. All rights reserved.