public class GetDomainStatisticsRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetDomainStatisticsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAggregate() |
String |
getDomain() |
String |
getEndDate() |
String |
getStartDate() |
void |
setAggregate(Boolean aggregate) |
void |
setDomain(String domain) |
void |
setEndDate(String endDate) |
void |
setStartDate(String startDate) |
String |
toString() |
GetDomainStatisticsRequest |
withAggregate(Boolean aggregate) |
GetDomainStatisticsRequest |
withDomain(String domain) |
GetDomainStatisticsRequest |
withEndDate(String endDate) |
GetDomainStatisticsRequest |
withRequestCredentials(BceCredentials credentials) |
GetDomainStatisticsRequest |
withStartDate(String startDate) |
getRequestCredentials, setRequestCredentialspublic GetDomainStatisticsRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestpublic String getDomain()
public void setDomain(String domain)
public GetDomainStatisticsRequest withDomain(String domain)
public String getStartDate()
public void setStartDate(String startDate)
public GetDomainStatisticsRequest withStartDate(String startDate)
public String getEndDate()
public void setEndDate(String endDate)
public GetDomainStatisticsRequest withEndDate(String endDate)
public Boolean getAggregate()
public void setAggregate(Boolean aggregate)
public GetDomainStatisticsRequest withAggregate(Boolean aggregate)
Copyright © 2022. All rights reserved.