public static final class GetImageInfoResponseBody.ImageInfo.Builder extends Object
构造器和说明 |
---|
Builder() |
public GetImageInfoResponseBody.ImageInfo.Builder appId(String appId)
public GetImageInfoResponseBody.ImageInfo.Builder cateId(Long cateId)
public GetImageInfoResponseBody.ImageInfo.Builder cateName(String cateName)
public GetImageInfoResponseBody.ImageInfo.Builder creationTime(String creationTime)
public GetImageInfoResponseBody.ImageInfo.Builder description(String description)
public GetImageInfoResponseBody.ImageInfo.Builder imageId(String imageId)
public GetImageInfoResponseBody.ImageInfo.Builder imageType(String imageType)
- **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 (,).
public GetImageInfoResponseBody.ImageInfo.Builder mezzanine(GetImageInfoResponseBody.Mezzanine mezzanine)
public GetImageInfoResponseBody.ImageInfo.Builder status(String status)
- **Uploading**: The image is being uploaded. This is the initial status. - **Normal**: The image is uploaded. - **UploadFail**: The image fails to be uploaded.
public GetImageInfoResponseBody.ImageInfo.Builder storageLocation(String storageLocation)
public GetImageInfoResponseBody.ImageInfo.Builder tags(String tags)
public GetImageInfoResponseBody.ImageInfo.Builder title(String title)
public GetImageInfoResponseBody.ImageInfo.Builder URL(String URL)
public GetImageInfoResponseBody.ImageInfo build()
Copyright © 2024. All rights reserved.