public static class GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
completionTime
The time when the upload job was complete.
|
String |
creationTime
The time when the upload job was created.
|
String |
deviceModel
The device model.
|
Long |
fileSize
The size of the uploaded file.
|
String |
mediaId
The ID of the uploaded audio or video.
|
String |
modificationTime
The time when the information about the media file was updated.
|
String |
status
The status of the video.
|
String |
title
The title of the media file.
|
String |
uploadIP
The IP address of the server that uploads the media file.
|
Float |
uploadRatio
The upload ratio.
|
Long |
uploadSize
The upload size.
|
String |
uploadSource
The method that is used to upload the media file.
|
String |
uploadStatus
The status of the upload job.
|
| 构造器和说明 |
|---|
GetUploadDetailsResponseBodyUploadDetails() |
@NameInMap(value="CompletionTime") public String completionTime
The time when the upload job was complete. 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="CreationTime") public String creationTime
The time when the upload job 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="DeviceModel") public String deviceModel
The device model.
@NameInMap(value="FileSize") public Long fileSize
The size of the uploaded file. Unit: byte.
@NameInMap(value="MediaId") public String mediaId
The ID of the uploaded audio or video.
@NameInMap(value="ModificationTime") public String modificationTime
The time when the information about the media file was updated. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
@NameInMap(value="Status") public String status
The status of the video. For more information about the valid values and value description of the parameter, see the "Status: the status of a video" section of the [Basic structures](~~52839~~) topic.
@NameInMap(value="Title") public String title
The title of the media file.
@NameInMap(value="UploadIP") public String uploadIP
The IP address of the server that uploads the media file.
@NameInMap(value="UploadRatio") public Float uploadRatio
The upload ratio.
@NameInMap(value="UploadSize") public Long uploadSize
The upload size. Unit: byte.
@NameInMap(value="UploadSource") public String uploadSource
The method that is used to upload the media file.
@NameInMap(value="UploadStatus") public String uploadStatus
The status of the upload job. For more information about the valid values and value description of the parameter, see the "Status: the status of a URL-based upload job" section of the [Basic structures](~~52839~~) topic.
public GetUploadDetailsResponseBodyUploadDetails()
public static GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails build(Map<String,?> map) throws Exception
Exceptionpublic GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setCompletionTime(String completionTime)
public String getCompletionTime()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setCreationTime(String creationTime)
public String getCreationTime()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setDeviceModel(String deviceModel)
public String getDeviceModel()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setFileSize(Long fileSize)
public Long getFileSize()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setMediaId(String mediaId)
public String getMediaId()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setModificationTime(String modificationTime)
public String getModificationTime()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setStatus(String status)
public String getStatus()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setTitle(String title)
public String getTitle()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setUploadIP(String uploadIP)
public String getUploadIP()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setUploadRatio(Float uploadRatio)
public Float getUploadRatio()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setUploadSize(Long uploadSize)
public Long getUploadSize()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setUploadSource(String uploadSource)
public String getUploadSource()
public GetUploadDetailsResponseBody.GetUploadDetailsResponseBodyUploadDetails setUploadStatus(String uploadStatus)
public String getUploadStatus()
Copyright © 2024. All rights reserved.