public class GetSessionStatisticsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetSessionStatisticsRequest() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getRequestCredentials, setRequestCredentialspublic String getSessionId()
public void setSessionId(String sessionId)
public String getStartDate()
public void setStartDate(String startDate)
public String getEndDate()
public void setEndDate(String endDate)
public Boolean getAggregate()
public void setAggregate(Boolean aggregate)
public GetSessionStatisticsRequest withSessionId(String sessionId)
public GetSessionStatisticsRequest withStartDate(String startDate)
public GetSessionStatisticsRequest withEndDate(String endDate)
public GetSessionStatisticsRequest withAggregate(Boolean aggregate)
public GetSessionStatisticsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2023. All rights reserved.