public class TpLogFileRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_endDate |
protected int |
local_filterType |
protected int |
local_firstRows |
protected boolean |
local_includeLogFieldNames |
protected int |
local_lastHours |
protected int |
local_lastRows |
protected boolean |
local_loadData |
protected String |
local_name |
protected int |
local_pageNumber |
protected boolean |
local_reversely |
protected String |
local_startDate |
protected String |
local_type |
protected boolean |
local_zip |
| Constructor and Description |
|---|
TpLogFileRequestWrapper() |
TpLogFileRequestWrapper(String _name,
String _type,
int _lastHours,
String _startDate,
String _endDate,
int _firstRows,
int _lastRows,
int _filterType,
boolean _reversely,
boolean _zip,
int _pageNumber,
boolean _loadData,
boolean _includeLogFieldNames) |
TpLogFileRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogFileRequest tplogfilerequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndDate() |
int |
getFilterType() |
int |
getFirstRows() |
boolean |
getIncludeLogFieldNames() |
int |
getLastHours() |
int |
getLastRows() |
boolean |
getLoadData() |
String |
getName() |
int |
getPageNumber() |
org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogFileRequest |
getRaw() |
boolean |
getReversely() |
String |
getStartDate() |
String |
getType() |
boolean |
getZip() |
void |
setEndDate(String _endDate) |
void |
setFilterType(int _filterType) |
void |
setFirstRows(int _firstRows) |
void |
setIncludeLogFieldNames(boolean _includeLogFieldNames) |
void |
setLastHours(int _lastHours) |
void |
setLastRows(int _lastRows) |
void |
setLoadData(boolean _loadData) |
void |
setName(String _name) |
void |
setPageNumber(int _pageNumber) |
void |
setReversely(boolean _reversely) |
void |
setStartDate(String _startDate) |
void |
setType(String _type) |
void |
setZip(boolean _zip) |
String |
toString() |
protected String local_name
protected String local_type
protected int local_lastHours
protected String local_startDate
protected String local_endDate
protected int local_firstRows
protected int local_lastRows
protected int local_filterType
protected boolean local_reversely
protected boolean local_zip
protected int local_pageNumber
protected boolean local_loadData
protected boolean local_includeLogFieldNames
public TpLogFileRequestWrapper()
public TpLogFileRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogFileRequest tplogfilerequest)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpLogFileRequest getRaw()
public void setName(String _name)
public String getName()
public void setType(String _type)
public String getType()
public void setLastHours(int _lastHours)
public int getLastHours()
public void setStartDate(String _startDate)
public String getStartDate()
public void setEndDate(String _endDate)
public String getEndDate()
public void setFirstRows(int _firstRows)
public int getFirstRows()
public void setLastRows(int _lastRows)
public int getLastRows()
public void setFilterType(int _filterType)
public int getFilterType()
public void setReversely(boolean _reversely)
public boolean getReversely()
public void setZip(boolean _zip)
public boolean getZip()
public void setPageNumber(int _pageNumber)
public int getPageNumber()
public void setLoadData(boolean _loadData)
public boolean getLoadData()
public void setIncludeLogFieldNames(boolean _includeLogFieldNames)
public boolean getIncludeLogFieldNames()
Copyright © 2021. All rights reserved.