public static class GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application.
|
Long |
cateId
The ID of the category to which the image belongs.
|
String |
cateName
The name of the category.
|
String |
creationTime
The time when the image was created.
|
String |
description
The description of the image.
|
String |
imageId
The ID of the image file.
|
String |
imageType
The type of the image.
|
GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfoMezzanine |
mezzanine
The source information about the image.
|
String |
status
The status of the image file.
|
String |
storageLocation
The bucket in which the image is stored.
|
String |
tags
The tags of the image.
|
String |
title
The title of the image.
|
String |
URL
The image URL.
|
| 构造器和说明 |
|---|
GetImageInfosResponseBodyImageInfo() |
@NameInMap(value="AppId") public String appId
The ID of the application.
@NameInMap(value="CateId") public Long cateId
The ID of the category to which the image belongs.
@NameInMap(value="CateName") public String cateName
The name of the category.
@NameInMap(value="CreationTime") public String creationTime
The time when the image 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 file.
@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 the types with commas (,).
@NameInMap(value="Mezzanine") public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfoMezzanine mezzanine
The source information about the image.
@NameInMap(value="Status") public String status
The status of the image file. 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 bucket in which the image is stored.
@NameInMap(value="Tags") public String tags
The tags of the image. Separate multiple tags with commas (,).
@NameInMap(value="Title") public String title
The title of the image.
@NameInMap(value="URL") public String URL
The image URL. If a domain name for CDN is specified, a CDN URL is returned. Otherwise, an OSS URL is returned.
public static GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo build(Map<String,?> map) throws Exception
Exceptionpublic GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setAppId(String appId)
public String getAppId()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setCateId(Long cateId)
public Long getCateId()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setCateName(String cateName)
public String getCateName()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setCreationTime(String creationTime)
public String getCreationTime()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setDescription(String description)
public String getDescription()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setImageId(String imageId)
public String getImageId()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setImageType(String imageType)
public String getImageType()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setMezzanine(GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfoMezzanine mezzanine)
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfoMezzanine getMezzanine()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setStatus(String status)
public String getStatus()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setStorageLocation(String storageLocation)
public String getStorageLocation()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setTags(String tags)
public String getTags()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setTitle(String title)
public String getTitle()
public GetImageInfosResponseBody.GetImageInfosResponseBodyImageInfo setURL(String URL)
public String getURL()
Copyright © 2024. All rights reserved.