public class ListDeleteLogStoreLogsTasksRequest extends BasicRequest
| 构造器和说明 |
|---|
ListDeleteLogStoreLogsTasksRequest(String project,
String logstore,
int offset,
int size)
Construct a list delete log store logs tasks request
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,String> |
GetAllParams()
Get all the parameter in the request
|
String |
getLogstore() |
com.aliyun.openservices.log.http.client.HttpMethod |
getMethod() |
int |
getOffset() |
int |
getSize() |
String |
getUri() |
void |
setLogstore(String logstore) |
void |
setOffset(int offset) |
void |
setSize(int size) |
getBodyGetParam, GetProject, SetParampublic ListDeleteLogStoreLogsTasksRequest(String project, String logstore, int offset, int size)
project - project namelogstore - log store nameoffset - offset for paginationsize - page size for paginationpublic String getLogstore()
public void setLogstore(String logstore)
public int getOffset()
public void setOffset(int offset)
public int getSize()
public void setSize(int size)
public com.aliyun.openservices.log.http.client.HttpMethod getMethod()
getMethod 在类中 BasicRequestpublic String getUri()
getUri 在类中 BasicRequestCopyright © 2026. All Rights Reserved.