public class GetPlayerCodeRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetPlayerCodeRequest() |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
String |
getMediaId() |
int |
getWidth() |
Boolean |
isAutoStart() |
void |
setAutoStart(Boolean autoStart) |
void |
setHeight(int height) |
void |
setMediaId(String mediaId) |
void |
setWidth(int width) |
String |
toString() |
GetPlayerCodeRequest |
withAutoStart(boolean autoStart) |
GetPlayerCodeRequest |
withHeight(int height) |
GetPlayerCodeRequest |
withMediaId(String mediaId) |
AbstractBceRequest |
withRequestCredentials(BceCredentials credentials) |
GetPlayerCodeRequest |
withWidth(int width) |
getRequestCredentials, setRequestCredentialspublic String getMediaId()
public void setMediaId(String mediaId)
public GetPlayerCodeRequest withMediaId(String mediaId)
public int getWidth()
public void setWidth(int width)
public GetPlayerCodeRequest withWidth(int width)
public int getHeight()
public void setHeight(int height)
public GetPlayerCodeRequest withHeight(int height)
public Boolean isAutoStart()
public void setAutoStart(Boolean autoStart)
public GetPlayerCodeRequest withAutoStart(boolean autoStart)
public AbstractBceRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2023. All rights reserved.