com.baidubce.services.media.model
Class GetMediaInfoOfFileResponse
java.lang.Object
com.baidubce.model.AbstractBceResponse
com.baidubce.services.media.model.GetMediaInfoOfFileResponse
- All Implemented Interfaces:
- Serializable
public class GetMediaInfoOfFileResponse
- extends AbstractBceResponse
- See Also:
- Serialized Form
GetMediaInfoOfFileResponse
public GetMediaInfoOfFileResponse()
getBucket
public String getBucket()
- 文件所在的BOS的Bucket
setBucket
public void setBucket(String bucket)
getKey
public String getKey()
- 文件的BOS的Key
setKey
public void setKey(String key)
getFileSizeInByte
public Long getFileSizeInByte()
- 文件的大小
setFileSizeInByte
public void setFileSizeInByte(Long fileSizeInByte)
getEtag
public String getEtag()
- 文件的MD5值
setEtag
public void setEtag(String etag)
getType
public String getType()
- 文件类型
setType
public void setType(String type)
getVideo
public VideoInfo getVideo()
setVideo
public void setVideo(VideoInfo video)
getAudio
public AudioInfo getAudio()
setAudio
public void setAudio(AudioInfo audio)
getContainer
public String getContainer()
setContainer
public void setContainer(String container)
getDurationInSecond
public Integer getDurationInSecond()
setDurationInSecond
public void setDurationInSecond(Integer durationInSecond)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2018. All rights reserved.