public class GetStatFlowRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetStatFlowRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
Date |
getEndTime() |
Integer |
getPeriod() |
Date |
getStartTime() |
void |
setDomain(String domain) |
void |
setEndTime(Date t) |
void |
setPeriod(int period) |
void |
setStartTime(Date t) |
String |
toString() |
GetStatFlowRequest |
withDomain(String domain) |
GetStatFlowRequest |
withEndTime(Date endTime) |
GetStatFlowRequest |
withPeriod(int period) |
GetStatFlowRequest |
withRequestCredentials(BceCredentials credentials) |
GetStatFlowRequest |
withStartTime(Date startTime) |
getRequestCredentials, setRequestCredentialspublic String getDomain()
public void setDomain(String domain)
public GetStatFlowRequest withDomain(String domain)
public void setEndTime(Date t)
public Date getEndTime()
public void setStartTime(Date t)
public Date getStartTime()
public GetStatFlowRequest withStartTime(Date startTime)
public GetStatFlowRequest withEndTime(Date endTime)
public Integer getPeriod()
public void setPeriod(int period)
public GetStatFlowRequest withPeriod(int period)
public GetStatFlowRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestCopyright © 2017. All rights reserved.