public static class GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fileSize
The size of the file.
|
String |
fileURL
The OSS URL of the image.
|
Integer |
height
The height of the image.
|
String |
originalFileName
The name of the uploaded file.
|
Integer |
width
The width of the image.
|
| 构造器和说明 |
|---|
GetImageInfoResponseBodyImageInfoMezzanine() |
@NameInMap(value="FileSize") public String fileSize
The size of the file. Unit: byte.
@NameInMap(value="FileURL") public String fileURL
The OSS URL of the image.
@NameInMap(value="Height") public Integer height
The height of the image. Unit: pixel.
@NameInMap(value="OriginalFileName") public String originalFileName
The name of the uploaded file.
@NameInMap(value="Width") public Integer width
The width of the image. Unit: pixel.
public GetImageInfoResponseBodyImageInfoMezzanine()
public static GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine build(Map<String,?> map) throws Exception
Exceptionpublic GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine setFileSize(String fileSize)
public String getFileSize()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine setFileURL(String fileURL)
public String getFileURL()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine setHeight(Integer height)
public Integer getHeight()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine setOriginalFileName(String originalFileName)
public String getOriginalFileName()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine setWidth(Integer width)
public Integer getWidth()
Copyright © 2024. All rights reserved.