com.baidubce.services.lss.model
Class GetSessionRequest

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

public class GetSessionRequest
extends AbstractBceRequest


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

GetSessionRequest

public GetSessionRequest()
Method Detail

getSessionId

public String getSessionId()

setSessionId

public void setSessionId(String sessionId)

withSessionId

public GetSessionRequest withSessionId(String sessionId)

withRequestCredentials

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.