public class GenerateMediaPlayerCodeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GenerateMediaPlayerCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getRequestCredentials, setRequestCredentialspublic Boolean getAutoStart()
public String getTranscodingPresetName()
public void setTranscodingPresetName(String transcodingPresetName)
public GenerateMediaPlayerCodeRequest withTranscodingPresetName(String transcodingPresetName)
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 AbstractBceRequestCopyright © 2022. All rights reserved.