|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceRequest
com.baidubce.services.vod.model.GenerateMediaPlayerCodeRequest
public class GenerateMediaPlayerCodeRequest
Constructor Summary | |
---|---|
GenerateMediaPlayerCodeRequest()
|
Method Summary | |
---|---|
String |
getAk()
|
Boolean |
getAutoStart()
|
int |
getHeight()
Gets the ETag value for the newly created object. |
String |
getMediaId()
Gets the media ID value for the media resource. |
String |
getTranscodingPresetName()
|
int |
getWidth()
Gets the ETag value for the newly created object. |
Boolean |
isAutoStart()
Gets the ETag value for the newly created object. |
void |
setAk(String ak)
|
void |
setAutoStart(Boolean autoStart)
Sets the ETag value for the new object that was created from the associated putObject request. |
void |
setHeight(int height)
Sets the ETag value for the new object that was created from the associated putObject request. |
void |
setMediaId(String mediaId)
Sets the ETag value for the new object that was created from the associated putObject request. |
void |
setTranscodingPresetName(String transcodingPresetName)
|
void |
setWidth(int width)
Sets the ETag value for the new object that was created from the associated putObject request. |
String |
toString()
|
GenerateMediaPlayerCodeRequest |
withAk(String ak)
|
GenerateMediaPlayerCodeRequest |
withAutoStart(boolean autoStart)
|
GenerateMediaPlayerCodeRequest |
withHeight(int height)
|
GenerateMediaPlayerCodeRequest |
withMediaId(String mediaId)
|
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials)
|
GenerateMediaPlayerCodeRequest |
withTranscodingPresetName(String transcodingPresetName)
|
GenerateMediaPlayerCodeRequest |
withWidth(int width)
|
Methods inherited from class com.baidubce.model.AbstractBceRequest |
---|
getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GenerateMediaPlayerCodeRequest()
Method Detail |
---|
public Boolean getAutoStart()
public String getTranscodingPresetName()
public void setTranscodingPresetName(String transcodingPresetName)
public GenerateMediaPlayerCodeRequest withTranscodingPresetName(String transcodingPresetName)
public String toString()
toString
in class Object
public String getAk()
public void setAk(String ak)
public GenerateMediaPlayerCodeRequest withAk(String ak)
public String getMediaId()
public void setMediaId(String mediaId)
putObject
request.
mediaId
- The ETag value for the new object.public GenerateMediaPlayerCodeRequest withMediaId(String mediaId)
public int getWidth()
public void setWidth(int width)
putObject
request.
width
- The ETag value for the new object.public GenerateMediaPlayerCodeRequest withWidth(int width)
public int getHeight()
public void setHeight(int height)
putObject
request.
height
- The ETag value for the new object.public GenerateMediaPlayerCodeRequest withHeight(int height)
public Boolean isAutoStart()
public void setAutoStart(Boolean autoStart)
putObject
request.
autoStart
- The ETag value for the new object.public GenerateMediaPlayerCodeRequest withAutoStart(boolean autoStart)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials
in class AbstractBceRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |