public class GetMediaInfoOfFileResponse extends AbstractBceResponse
metadata| Constructor and Description |
|---|
GetMediaInfoOfFileResponse() |
| Modifier and Type | Method and Description |
|---|---|
AudioInfo |
getAudio() |
String |
getBucket()
文件所在的BOS的Bucket
|
String |
getContainer() |
Integer |
getDurationInSecond() |
String |
getEtag()
文件的MD5值
|
Long |
getFileSizeInByte()
文件的大小
|
String |
getKey()
文件的BOS的Key
|
String |
getType()
文件类型
|
VideoInfo |
getVideo() |
void |
setAudio(AudioInfo audio) |
void |
setBucket(String bucket) |
void |
setContainer(String container) |
void |
setDurationInSecond(Integer durationInSecond) |
void |
setEtag(String etag) |
void |
setFileSizeInByte(Long fileSizeInByte) |
void |
setKey(String key) |
void |
setType(String type) |
void |
setVideo(VideoInfo video) |
String |
toString() |
getMetadatapublic String getBucket()
public void setBucket(String bucket)
public String getKey()
public void setKey(String key)
public Long getFileSizeInByte()
public void setFileSizeInByte(Long fileSizeInByte)
public String getEtag()
public void setEtag(String etag)
public String getType()
public void setType(String type)
public VideoInfo getVideo()
public void setVideo(VideoInfo video)
public AudioInfo getAudio()
public void setAudio(AudioInfo audio)
public String getContainer()
public void setContainer(String container)
public Integer getDurationInSecond()
public void setDurationInSecond(Integer durationInSecond)
Copyright © 2020. All rights reserved.