public class InsertCuePointRequest extends AbstractBceRequest
| Constructor and Description |
|---|
InsertCuePointRequest() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getArguments() |
String |
getCallback() |
String |
getSessionId() |
void |
setArguments(Map<String,String> arguments) |
void |
setCallback(String callback) |
void |
setSessionId(String sessionId) |
String |
toString() |
InsertCuePointRequest |
withArguments(Map<String,String> arguments) |
InsertCuePointRequest |
withCallback(String callback) |
InsertCuePointRequest |
withRequestCredentials(BceCredentials credentials) |
InsertCuePointRequest |
withSessionId(String sessionId) |
getRequestCredentials, setRequestCredentialspublic String getSessionId()
public void setSessionId(String sessionId)
public InsertCuePointRequest withSessionId(String sessionId)
public String getCallback()
public void setCallback(String callback)
public InsertCuePointRequest withCallback(String callback)
public InsertCuePointRequest withArguments(Map<String,String> arguments)
public InsertCuePointRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2020. All rights reserved.