public class GenerateMediaPlayerCodeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GenerateMediaPlayerCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAk() |
int |
getHeight()
Gets the ETag value for the newly created object.
|
String |
getMediaId()
Gets the media ID value for the media resource.
|
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 |
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 |
withWidth(int width) |
getRequestCredentials, setRequestCredentialspublic 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 © 2016. All rights reserved.