com.baidubce.services.lss.model
Class GetSessionStatisticsRequest

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

public class GetSessionStatisticsRequest
extends AbstractBceRequest

Created by wuyafei on 16/7/11.


Constructor Summary
GetSessionStatisticsRequest()
           
 
Method Summary
 Boolean getAggregate()
           
 String getEndDate()
           
 String getSessionId()
           
 String getStartDate()
           
 void setAggregate(Boolean aggregate)
           
 void setEndDate(String endDate)
           
 void setSessionId(String sessionId)
           
 void setStartDate(String startDate)
           
 String toString()
           
 GetSessionStatisticsRequest withAggregate(Boolean aggregate)
           
 GetSessionStatisticsRequest withEndDate(String endDate)
           
 GetSessionStatisticsRequest withRequestCredentials(BceCredentials credentials)
           
 GetSessionStatisticsRequest withSessionId(String sessionId)
           
 GetSessionStatisticsRequest withStartDate(String startDate)
           
 
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

GetSessionStatisticsRequest

public GetSessionStatisticsRequest()
Method Detail

getSessionId

public String getSessionId()

setSessionId

public void setSessionId(String sessionId)

getStartDate

public String getStartDate()

setStartDate

public void setStartDate(String startDate)

getEndDate

public String getEndDate()

setEndDate

public void setEndDate(String endDate)

getAggregate

public Boolean getAggregate()

setAggregate

public void setAggregate(Boolean aggregate)

withSessionId

public GetSessionStatisticsRequest withSessionId(String sessionId)

withStartDate

public GetSessionStatisticsRequest withStartDate(String startDate)

withEndDate

public GetSessionStatisticsRequest withEndDate(String endDate)

withAggregate

public GetSessionStatisticsRequest withAggregate(Boolean aggregate)

withRequestCredentials

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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.