public class GetMonitorDataRequest extends AbstractBceRequest
| Constructor and Description |
|---|
GetMonitorDataRequest() |
| Modifier and Type | Method and Description |
|---|---|
long |
getEnd() |
String |
getQuery() |
long |
getStart() |
int |
getStep() |
int |
getTimeout() |
void |
setEnd(long end) |
void |
setQuery(String query) |
void |
setStart(long start) |
void |
setStep(int step) |
void |
setTimeout(int timeout) |
GetMonitorDataRequest |
withEnd(long end) |
GetMonitorDataRequest |
withQuery(String query) |
GetMonitorDataRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
GetMonitorDataRequest |
withStart(long start) |
GetMonitorDataRequest |
withStep(int step) |
GetMonitorDataRequest |
withTimeout(int timeout) |
getRequestCredentials, setRequestCredentialspublic String getQuery()
public void setQuery(String query)
public long getStart()
public void setStart(long start)
public long getEnd()
public void setEnd(long end)
public int getStep()
public void setStep(int step)
public int getTimeout()
public void setTimeout(int timeout)
public GetMonitorDataRequest withQuery(String query)
public GetMonitorDataRequest withStart(long start)
public GetMonitorDataRequest withEnd(long end)
public GetMonitorDataRequest withStep(int step)
public GetMonitorDataRequest withTimeout(int timeout)
public GetMonitorDataRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2023. All rights reserved.