public class DeleteLogStoreLogsRequest extends BasicRequest
| 构造器和说明 |
|---|
DeleteLogStoreLogsRequest(String project,
String logstore,
int from,
int to,
String query)
Construct a delete log store logs request
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
getBody() |
int |
getFrom() |
String |
getLogstore() |
com.aliyun.openservices.log.http.client.HttpMethod |
getMethod() |
String |
getQuery() |
int |
getTo() |
String |
getUri() |
void |
setFrom(int from) |
void |
setLogstore(String logstore) |
void |
setQuery(String query) |
void |
setTo(int to) |
GetAllParams, GetParam, GetProject, SetParampublic DeleteLogStoreLogsRequest(String project, String logstore, int from, int to, String query)
project - project namelogstore - log store namefrom - start time (unix timestamp)to - end time (unix timestamp)query - query condition for filtering logs to deletepublic String getLogstore()
public void setLogstore(String logstore)
public int getFrom()
public void setFrom(int from)
public int getTo()
public void setTo(int to)
public String getQuery()
public void setQuery(String query)
public com.aliyun.openservices.log.http.client.HttpMethod getMethod()
getMethod 在类中 BasicRequestpublic String getUri()
getUri 在类中 BasicRequestpublic Object getBody()
getBody 在类中 BasicRequestCopyright © 2026. All Rights Reserved.