public class LogLevelQueryResponse extends Object
Constructor and Description |
---|
LogLevelQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<NameValuePair> |
getNameValueList() |
String |
getPageSize() |
String |
getQueryTimeMS() |
String |
getResultSize() |
String |
getStartIndex() |
String |
getTotalCount() |
void |
setNameValueList(List<NameValuePair> nameValueList) |
void |
setPageSize(String pageSize) |
void |
setQueryTimeMS(String queryTimeMS) |
void |
setResultSize(String resultSize) |
void |
setStartIndex(String startIndex) |
void |
setTotalCount(String totalCount) |
public String getStartIndex()
public void setStartIndex(String startIndex)
public String getPageSize()
public void setPageSize(String pageSize)
public String getTotalCount()
public void setTotalCount(String totalCount)
public String getResultSize()
public void setResultSize(String resultSize)
public String getQueryTimeMS()
public void setQueryTimeMS(String queryTimeMS)
public List<NameValuePair> getNameValueList()
public void setNameValueList(List<NameValuePair> nameValueList)
Copyright © 2022 Apache Software Foundation. All rights reserved.