com.baidubce.services.lss.model
Class InsertCuePointInnerRequest

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

public class InsertCuePointInnerRequest
extends AbstractBceRequest


Constructor Summary
InsertCuePointInnerRequest()
           
 
Method Summary
 Map<String,String> getArguments()
           
 String getCallback()
           
 void setArguments(Map<String,String> arguments)
           
 void setCallback(String callback)
           
 String toString()
           
 InsertCuePointInnerRequest withArguments(Map<String,String> arguments)
           
 InsertCuePointInnerRequest withCallback(String callback)
           
 InsertCuePointInnerRequest withRequestCredentials(BceCredentials credentials)
           
 
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

InsertCuePointInnerRequest

public InsertCuePointInnerRequest()
Method Detail

getCallback

public String getCallback()

setCallback

public void setCallback(String callback)

withCallback

public InsertCuePointInnerRequest withCallback(String callback)

getArguments

public Map<String,String> getArguments()

setArguments

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

withArguments

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

withRequestCredentials

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.