public class DFUSearchDataRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_chooseFile |
protected String |
local_cluster |
protected String |
local_clusterType |
protected int |
local_count |
protected int |
local_countForGoback |
protected boolean |
local_disableUppercaseTranslation |
protected long |
local_endIndex |
protected String |
local_file |
protected String |
local_filterBy |
protected String |
local_key |
protected String |
local_logicalName |
protected String |
local_openLogicalName |
protected String |
local_parentName |
protected boolean |
local_roxieSelections |
protected boolean |
local_schemaOnly |
protected String |
local_selectedKey |
protected String |
local_showColumns |
protected long |
local_start |
protected long |
local_startForGoback |
protected long |
local_startIndex |
| Constructor and Description |
|---|
DFUSearchDataRequestWrapper() |
DFUSearchDataRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSearchDataRequest dfusearchdatarequest) |
DFUSearchDataRequestWrapper(String _cluster,
String _clusterType,
String _openLogicalName,
String _filterBy,
String _showColumns,
int _chooseFile,
long _startIndex,
long _endIndex,
String _logicalName,
String _parentName,
long _startForGoback,
int _countForGoback,
long _start,
int _count,
String _file,
String _key,
boolean _schemaOnly,
boolean _roxieSelections,
boolean _disableUppercaseTranslation,
String _selectedKey) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChooseFile() |
String |
getCluster() |
String |
getClusterType() |
int |
getCount() |
int |
getCountForGoback() |
boolean |
getDisableUppercaseTranslation() |
long |
getEndIndex() |
String |
getFile() |
String |
getFilterBy() |
String |
getKey() |
String |
getLogicalName() |
String |
getOpenLogicalName() |
String |
getParentName() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSearchDataRequest |
getRaw() |
boolean |
getRoxieSelections() |
boolean |
getSchemaOnly() |
String |
getSelectedKey() |
String |
getShowColumns() |
long |
getStart() |
long |
getStartForGoback() |
long |
getStartIndex() |
void |
setChooseFile(int _chooseFile) |
void |
setCluster(String _cluster) |
void |
setClusterType(String _clusterType) |
void |
setCount(int _count) |
void |
setCountForGoback(int _countForGoback) |
void |
setDisableUppercaseTranslation(boolean _disableUppercaseTranslation) |
void |
setEndIndex(long _endIndex) |
void |
setFile(String _file) |
void |
setFilterBy(String _filterBy) |
void |
setKey(String _key) |
void |
setLogicalName(String _logicalName) |
void |
setOpenLogicalName(String _openLogicalName) |
void |
setParentName(String _parentName) |
void |
setRoxieSelections(boolean _roxieSelections) |
void |
setSchemaOnly(boolean _schemaOnly) |
void |
setSelectedKey(String _selectedKey) |
void |
setShowColumns(String _showColumns) |
void |
setStart(long _start) |
void |
setStartForGoback(long _startForGoback) |
void |
setStartIndex(long _startIndex) |
String |
toString() |
protected String local_cluster
protected String local_clusterType
protected String local_openLogicalName
protected String local_filterBy
protected String local_showColumns
protected int local_chooseFile
protected long local_startIndex
protected long local_endIndex
protected String local_logicalName
protected String local_parentName
protected long local_startForGoback
protected int local_countForGoback
protected long local_start
protected int local_count
protected String local_file
protected String local_key
protected boolean local_schemaOnly
protected boolean local_roxieSelections
protected boolean local_disableUppercaseTranslation
protected String local_selectedKey
public DFUSearchDataRequestWrapper()
public DFUSearchDataRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSearchDataRequest dfusearchdatarequest)
public DFUSearchDataRequestWrapper(String _cluster, String _clusterType, String _openLogicalName, String _filterBy, String _showColumns, int _chooseFile, long _startIndex, long _endIndex, String _logicalName, String _parentName, long _startForGoback, int _countForGoback, long _start, int _count, String _file, String _key, boolean _schemaOnly, boolean _roxieSelections, boolean _disableUppercaseTranslation, String _selectedKey)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUSearchDataRequest getRaw()
public void setCluster(String _cluster)
public String getCluster()
public void setClusterType(String _clusterType)
public String getClusterType()
public void setOpenLogicalName(String _openLogicalName)
public String getOpenLogicalName()
public void setFilterBy(String _filterBy)
public String getFilterBy()
public void setShowColumns(String _showColumns)
public String getShowColumns()
public void setChooseFile(int _chooseFile)
public int getChooseFile()
public void setStartIndex(long _startIndex)
public long getStartIndex()
public void setEndIndex(long _endIndex)
public long getEndIndex()
public void setLogicalName(String _logicalName)
public String getLogicalName()
public void setParentName(String _parentName)
public String getParentName()
public void setStartForGoback(long _startForGoback)
public long getStartForGoback()
public void setCountForGoback(int _countForGoback)
public int getCountForGoback()
public void setStart(long _start)
public long getStart()
public void setCount(int _count)
public int getCount()
public void setFile(String _file)
public String getFile()
public void setKey(String _key)
public String getKey()
public void setSchemaOnly(boolean _schemaOnly)
public boolean getSchemaOnly()
public void setRoxieSelections(boolean _roxieSelections)
public boolean getRoxieSelections()
public void setDisableUppercaseTranslation(boolean _disableUppercaseTranslation)
public boolean getDisableUppercaseTranslation()
public void setSelectedKey(String _selectedKey)
public String getSelectedKey()
Copyright © 2021. All rights reserved.