com.baidubce.services.lss.model
Class StartPullSessionRequest

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

public class StartPullSessionRequest
extends AbstractBceRequest


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

StartPullSessionRequest

public StartPullSessionRequest()
Method Detail

getSessionId

public String getSessionId()

setSessionId

public void setSessionId(String sessionId)

withSessionId

public StartPullSessionRequest withSessionId(String sessionId)

withRequestCredentials

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.