com.baidubce.services.lss.model
Class RefreshSessionRequest

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

public class RefreshSessionRequest
extends AbstractBceRequest


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

RefreshSessionRequest

public RefreshSessionRequest()
Method Detail

getSessionId

public String getSessionId()

setSessionId

public void setSessionId(String sessionId)

withSessionId

public RefreshSessionRequest withSessionId(String sessionId)

withRequestCredentials

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.