public class GetStatFlowRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetStatFlowRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomain() |
Date |
getEndTime() |
String |
getIsp() |
String |
getLevel() |
Integer |
getPeriod() |
String |
getProv() |
Date |
getStartTime() |
boolean |
isWithRegion() |
void |
setDomain(String domain) |
void |
setEndTime(Date endTime) |
void |
setIsp(String isp) |
void |
setLevel(String level) |
void |
setPeriod(Integer period) |
void |
setProv(String prov) |
void |
setStartTime(Date startTime) |
void |
setWithRegion(boolean withRegion) |
String |
toString()
(non-Javadoc)
|
GetStatFlowRequest |
withDomain(String domain) |
GetStatFlowRequest |
withEndTime(Date endTime) |
GetStatFlowRequest |
withIsp(String isp) |
GetStatFlowRequest |
withLevel(String level) |
GetStatFlowRequest |
withPeriod(Integer period) |
GetStatFlowRequest |
withProv(String prov) |
GetStatFlowRequest |
withRegion(boolean region) |
GetStatFlowRequest |
withRequestCredentials(BceCredentials credentials)
(non-Javadoc)
|
GetStatFlowRequest |
withStartTime(Date startTime) |
getRequestCredentials, setRequestCredentialspublic String getProv()
public void setProv(String prov)
prov - public String getIsp()
public void setIsp(String isp)
isp - public String getLevel()
public void setLevel(String level)
level - public 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 withLevel(String level)
public GetStatFlowRequest withRegion(boolean region)
public GetStatFlowRequest withProv(String prov)
public GetStatFlowRequest withIsp(String isp)
public GetStatFlowRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestAbstractBceRequest.withRequestCredentials(com.baidubce.auth.BceCredentials)public String toString()
toString in class ObjectObject.toString()Copyright © 2022. All rights reserved.