public class DFUGetDataColumnsRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_chooseFile |
protected String |
local_cluster |
protected String |
local_clusterType |
protected long |
local_endIndex |
protected String |
local_filterBy |
protected String |
local_logicalName |
protected String |
local_openLogicalName |
protected String |
local_showColumns |
protected long |
local_startIndex |
| Constructor and Description |
|---|
DFUGetDataColumnsRequestWrapper() |
DFUGetDataColumnsRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUGetDataColumnsRequest dfugetdatacolumnsrequest) |
DFUGetDataColumnsRequestWrapper(String _openLogicalName,
String _logicalName,
String _filterBy,
String _showColumns,
int _chooseFile,
String _cluster,
String _clusterType,
long _startIndex,
long _endIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChooseFile() |
String |
getCluster() |
String |
getClusterType() |
long |
getEndIndex() |
String |
getFilterBy() |
String |
getLogicalName() |
String |
getOpenLogicalName() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUGetDataColumnsRequest |
getRaw() |
String |
getShowColumns() |
long |
getStartIndex() |
void |
setChooseFile(int _chooseFile) |
void |
setCluster(String _cluster) |
void |
setClusterType(String _clusterType) |
void |
setEndIndex(long _endIndex) |
void |
setFilterBy(String _filterBy) |
void |
setLogicalName(String _logicalName) |
void |
setOpenLogicalName(String _openLogicalName) |
void |
setShowColumns(String _showColumns) |
void |
setStartIndex(long _startIndex) |
String |
toString() |
protected String local_openLogicalName
protected String local_logicalName
protected String local_filterBy
protected String local_showColumns
protected int local_chooseFile
protected String local_cluster
protected String local_clusterType
protected long local_startIndex
protected long local_endIndex
public DFUGetDataColumnsRequestWrapper()
public DFUGetDataColumnsRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUGetDataColumnsRequest dfugetdatacolumnsrequest)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUGetDataColumnsRequest getRaw()
public void setOpenLogicalName(String _openLogicalName)
public String getOpenLogicalName()
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 setChooseFile(int _chooseFile)
public int getChooseFile()
public void setCluster(String _cluster)
public String getCluster()
public void setClusterType(String _clusterType)
public String getClusterType()
public void setStartIndex(long _startIndex)
public long getStartIndex()
public void setEndIndex(long _endIndex)
public long getEndIndex()
Copyright © 2021. All rights reserved.