public class DFUBrowseDataRequestWrapper 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 String |
local_filterBy |
protected String |
local_logicalName |
protected String |
local_parentName |
protected boolean |
local_schemaOnly |
protected String |
local_showColumns |
protected long |
local_start |
protected long |
local_startForGoback |
| Constructor and Description |
|---|
DFUBrowseDataRequestWrapper() |
DFUBrowseDataRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUBrowseDataRequest dfubrowsedatarequest) |
DFUBrowseDataRequestWrapper(String _logicalName,
String _filterBy,
String _showColumns,
boolean _schemaOnly,
long _startForGoback,
int _countForGoback,
int _chooseFile,
String _cluster,
String _clusterType,
String _parentName,
long _start,
int _count,
boolean _disableUppercaseTranslation) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChooseFile() |
String |
getCluster() |
String |
getClusterType() |
int |
getCount() |
int |
getCountForGoback() |
boolean |
getDisableUppercaseTranslation() |
String |
getFilterBy() |
String |
getLogicalName() |
String |
getParentName() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUBrowseDataRequest |
getRaw() |
boolean |
getSchemaOnly() |
String |
getShowColumns() |
long |
getStart() |
long |
getStartForGoback() |
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 |
setFilterBy(String _filterBy) |
void |
setLogicalName(String _logicalName) |
void |
setParentName(String _parentName) |
void |
setSchemaOnly(boolean _schemaOnly) |
void |
setShowColumns(String _showColumns) |
void |
setStart(long _start) |
void |
setStartForGoback(long _startForGoback) |
String |
toString() |
protected String local_logicalName
protected String local_filterBy
protected String local_showColumns
protected boolean local_schemaOnly
protected long local_startForGoback
protected int local_countForGoback
protected int local_chooseFile
protected String local_cluster
protected String local_clusterType
protected String local_parentName
protected long local_start
protected int local_count
protected boolean local_disableUppercaseTranslation
public DFUBrowseDataRequestWrapper()
public DFUBrowseDataRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUBrowseDataRequest dfubrowsedatarequest)
public DFUBrowseDataRequestWrapper(String _logicalName, String _filterBy, String _showColumns, boolean _schemaOnly, long _startForGoback, int _countForGoback, int _chooseFile, String _cluster, String _clusterType, String _parentName, long _start, int _count, boolean _disableUppercaseTranslation)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUBrowseDataRequest getRaw()
public void setLogicalName(String _logicalName)
public String getLogicalName()
public void setFilterBy(String _filterBy)
public String getFilterBy()
public void setShowColumns(String _showColumns)
public String getShowColumns()
public void setSchemaOnly(boolean _schemaOnly)
public boolean getSchemaOnly()
public void setStartForGoback(long _startForGoback)
public long getStartForGoback()
public void setCountForGoback(int _countForGoback)
public int getCountForGoback()
public void setChooseFile(int _chooseFile)
public int getChooseFile()
public void setCluster(String _cluster)
public String getCluster()
public void setClusterType(String _clusterType)
public String getClusterType()
public void setParentName(String _parentName)
public String getParentName()
public void setStart(long _start)
public long getStart()
public void setCount(int _count)
public int getCount()
public void setDisableUppercaseTranslation(boolean _disableUppercaseTranslation)
public boolean getDisableUppercaseTranslation()
Copyright © 2021. All rights reserved.