com.baidubce.services.lss.model
Class InsertCuePointRequest

java.lang.Object
  extended by com.baidubce.model.AbstractBceRequest
      extended by com.baidubce.services.lss.model.InsertCuePointRequest

public class InsertCuePointRequest
extends AbstractBceRequest


Constructor Summary
InsertCuePointRequest()
           
 
Method Summary
 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)
           
 
Methods inherited from class com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsertCuePointRequest

public InsertCuePointRequest()
Method Detail

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)

getArguments

public Map<String,String> getArguments()

setArguments

public void setArguments(Map<String,String> arguments)

withArguments

public InsertCuePointRequest withArguments(Map<String,String> arguments)

withRequestCredentials

public InsertCuePointRequest withRequestCredentials(BceCredentials credentials)
Specified by:
withRequestCredentials in class AbstractBceRequest

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.