com.baidubce.services.lss.model
Class StartRecordingRequest

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

public class StartRecordingRequest
extends AbstractBceRequest

Created by shidaiting01 on 2016/3/10.


Constructor Summary
StartRecordingRequest()
           
 
Method Summary
 String getSessionId()
           
 void setSessionId(String sessionId)
           
 String toString()
           
 StartRecordingRequest withRequestCredentials(BceCredentials credentials)
           
 StartRecordingRequest 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

StartRecordingRequest

public StartRecordingRequest()
Method Detail

getSessionId

public String getSessionId()

setSessionId

public void setSessionId(String sessionId)

withSessionId

public StartRecordingRequest withSessionId(String sessionId)

withRequestCredentials

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.