public class GetStatFlowRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetStatFlowRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
Date |
getEndTime() |
Integer |
getPeriod() |
Date |
getStartTime() |
boolean |
isWithRegion() |
void |
setDomain(String domain) |
void |
setEndTime(Date endTime) |
void |
setPeriod(Integer period) |
void |
setStartTime(Date startTime) |
void |
setWithRegion(boolean withRegion) |
String |
toString()
(non-Javadoc)
|
GetStatFlowRequest |
withDomain(String domain) |
GetStatFlowRequest |
withEndTime(Date endTime) |
GetStatFlowRequest |
withPeriod(Integer period) |
GetStatFlowRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
GetStatFlowRequest |
withStartTime(Date startTime) |
getRequestCredentials, setRequestCredentialspublic String getDomain()
public void setDomain(String domain)
domain - the domain namepublic GetStatFlowRequest withDomain(String domain)
domain - the domain namepublic Date getEndTime()
public void setEndTime(Date endTime)
endTime - public GetStatFlowRequest withEndTime(Date endTime)
public Date getStartTime()
public void setStartTime(Date startTime)
startTime - public GetStatFlowRequest withStartTime(Date startTime)
startTime - public boolean isWithRegion()
public void setWithRegion(boolean withRegion)
withRegion - public Integer getPeriod()
public void setPeriod(Integer period)
period - public GetStatFlowRequest withPeriod(Integer period)
period - public GetStatFlowRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.