public class PictureInfo extends AbstractModel
| Constructor and Description | 
|---|
| PictureInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getHeight()Get Image height | 
| Long | getPictureId()Get Image ID | 
| Long | getSdkAppId()Get Application ID | 
| Long | getWidth()Get Image width | 
| Long | getXPosition()Get X-axis value of the image’s position | 
| Long | getYPosition()Get Y-axis value of the image’s position | 
| void | setHeight(Long Height)Set Image height | 
| void | setPictureId(Long PictureId)Set Image ID | 
| void | setSdkAppId(Long SdkAppId)Set Application ID | 
| void | setWidth(Long Width)Set Image width | 
| void | setXPosition(Long XPosition)Set X-axis value of the image’s position | 
| void | setYPosition(Long YPosition)Set Y-axis value of the image’s position | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getHeight()
public void setHeight(Long Height)
Height - Image heightpublic Long getWidth()
public void setWidth(Long Width)
Width - Image widthpublic Long getXPosition()
public void setXPosition(Long XPosition)
XPosition - X-axis value of the image’s positionpublic Long getYPosition()
public void setYPosition(Long YPosition)
YPosition - Y-axis value of the image’s positionpublic Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - Application IDpublic Long getPictureId()
public void setPictureId(Long PictureId)
PictureId - Image IDCopyright © 2021. All rights reserved.