public static class GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
Long |
cateId
The ID of the category.
|
String |
cateName
The name of the category.
|
String |
creationTime
The time when the image file was created.
|
String |
description
The description of the image.
|
String |
imageId
The ID of the image.
|
String |
imageType
The type of the image.
|
GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine |
mezzanine
The information about the image mezzanine file.
|
String |
status
The status of the image.
|
String |
storageLocation
The OSS bucket where the image is stored.
|
String |
tags
The tag of the image.
|
String |
title
The title of the image.
|
String |
URL
The URL of the image.
|
| 构造器和说明 |
|---|
GetImageInfoResponseBodyImageInfo() |
@NameInMap(value="AppId") public String appId
The ID of the application.
@NameInMap(value="CateId") public Long cateId
The ID of the category.
@NameInMap(value="CateName") public String cateName
The name of the category.
@NameInMap(value="CreationTime") public String creationTime
The time when the image file was created. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Description") public String description
The description of the image.
@NameInMap(value="ImageId") public String imageId
The ID of the image.
@NameInMap(value="ImageType") public String imageType
The type of the image. Valid values:
- **CoverSnapshot**: thumbnail snapshot.
- **NormalSnapshot**: normal snapshot.
- **SpriteSnapshot**: sprite snapshot.
- **SpriteOriginSnapshot**: sprite source snapshot.
- **All**: images of all the preceding types. If this parameter is not set to All, you can specify multiple types and separate them with commas (,).
@NameInMap(value="Mezzanine") public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine mezzanine
The information about the image mezzanine file.
@NameInMap(value="Status") public String status
The status of the image. Valid values:
- **Uploading**: The image is being uploaded. This is the initial status.
- **Normal**: The image is uploaded.
- **UploadFail**: The image fails to be uploaded.
@NameInMap(value="StorageLocation") public String storageLocation
The OSS bucket where the image is stored.
@NameInMap(value="Tags") public String tags
The tag of the image. Multiple tags are separated by commas (,).
@NameInMap(value="Title") public String title
The title of the image.
@NameInMap(value="URL") public String URL
The URL of the image. If a CDN domain name is specified, a CDN URL is returned. Otherwise, an OSS URL is returned.
public static GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setAppId(String appId)
public String getAppId()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setCateId(Long cateId)
public Long getCateId()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setCateName(String cateName)
public String getCateName()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setCreationTime(String creationTime)
public String getCreationTime()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setDescription(String description)
public String getDescription()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setImageId(String imageId)
public String getImageId()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setImageType(String imageType)
public String getImageType()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setMezzanine(GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine mezzanine)
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfoMezzanine getMezzanine()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setStatus(String status)
public String getStatus()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setStorageLocation(String storageLocation)
public String getStorageLocation()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setTags(String tags)
public String getTags()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setTitle(String title)
public String getTitle()
public GetImageInfoResponseBody.GetImageInfoResponseBodyImageInfo setURL(String URL)
public String getURL()
Copyright © 2024. All rights reserved.