类 InsertCuePointRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.lss.model.InsertCuePointRequest
-
public class InsertCuePointRequest extends AbstractBceRequest
-
-
构造器概要
构造器 构造器 说明 InsertCuePointRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Map<String,String>getArguments()StringgetCallback()StringgetSessionId()voidsetArguments(Map<String,String> arguments)voidsetCallback(String callback)voidsetSessionId(String sessionId)StringtoString()InsertCuePointRequestwithArguments(Map<String,String> arguments)InsertCuePointRequestwithCallback(String callback)InsertCuePointRequestwithRequestCredentials(BceCredentials credentials)InsertCuePointRequestwithSessionId(String sessionId)-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
-
-
-
-
方法详细资料
-
getSessionId
public String getSessionId()
-
setSessionId
public void setSessionId(String sessionId)
-
withSessionId
public InsertCuePointRequest withSessionId(String sessionId)
-
getCallback
public String getCallback()
-
setCallback
public void setCallback(String callback)
-
withCallback
public InsertCuePointRequest withCallback(String callback)
-
withArguments
public InsertCuePointRequest withArguments(Map<String,String> arguments)
-
withRequestCredentials
public InsertCuePointRequest withRequestCredentials(BceCredentials credentials)
- 指定者:
withRequestCredentials在类中AbstractBceRequest
-
-