com.baidubce.services.vod.model
Class CreateMediaResourceResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.vod.model.CreateMediaResourceResponse
All Implemented Interfaces:
Serializable

public class CreateMediaResourceResponse
extends AbstractBceResponse

Contains the data returned by Baidu VOD from the putObject operation. Use this request to access information about the new object created from the putObject request, such as its ETag and optional version ID.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
CreateMediaResourceResponse()
           
 
Method Summary
 String getMediaId()
           
 void setMediaId(String mediaId)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CreateMediaResourceResponse

public CreateMediaResourceResponse()
Method Detail

getMediaId

public String getMediaId()

setMediaId

public void setMediaId(String mediaId)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.