com.baidubce.services.lss.model
Class GetSessionStatisticsResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.lss.model.GetSessionStatisticsResponse
All Implemented Interfaces:
Serializable

public class GetSessionStatisticsResponse
extends AbstractBceResponse

Created by wuyafei on 16/7/11.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
GetSessionStatisticsResponse()
           
 
Method Summary
 SessionAggregate getAggregate()
           
 String getEndDate()
           
 String getSessionId()
           
 String getStartDate()
           
 List<InnerSessionStatistics> getStatistics()
           
 void setAggregate(SessionAggregate aggregate)
           
 void setEndDate(String endDate)
           
 void setSessionId(String sessionId)
           
 void setStartDate(String startDate)
           
 void setStatistics(List<InnerSessionStatistics> statistics)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetSessionStatisticsResponse

public GetSessionStatisticsResponse()
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 SessionAggregate getAggregate()

setAggregate

public void setAggregate(SessionAggregate aggregate)

getStatistics

public List<InnerSessionStatistics> getStatistics()

setStatistics

public void setStatistics(List<InnerSessionStatistics> statistics)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.