public class ShadowFilterRequest extends AbstractRequest
| Modifier and Type | Class and Description |
|---|---|
static class |
ShadowFilterRequest.ShadowFilterResponse |
| Constructor and Description |
|---|
ShadowFilterRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFields() |
int |
getPageNo() |
int |
getPageSize() |
String |
getProjectId() |
Map<String,String> |
getTags() |
Class |
responseType() |
void |
setFields(List<String> fields) |
void |
setPageNo(int pageNo) |
void |
setPageSize(int pageSize) |
void |
setProjectId(String projectId) |
void |
setTags(Map<String,String> tags) |
public int getPageNo()
public void setPageNo(int pageNo)
public int getPageSize()
public void setPageSize(int pageSize)
public String getProjectId()
public void setProjectId(String projectId)
public Class responseType()
responseType in class AbstractRequestCopyright © 2018. All rights reserved.