public class DFUInfoRequestWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_cluster |
protected String |
local_fileDesc |
protected boolean |
local_includeBinTypeInfo |
protected boolean |
local_includeJsonTypeInfo |
protected String |
local_name |
protected DFUChangeProtectionWrapper |
local_protect |
protected String |
local_query |
protected String |
local_querySet |
protected DFUChangeRestrictionWrapper |
local_restrict |
protected boolean |
local_updateDescription |
| Constructor and Description |
|---|
DFUInfoRequestWrapper() |
DFUInfoRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUInfoRequest dfuinforequest) |
DFUInfoRequestWrapper(String _name,
String _cluster,
boolean _updateDescription,
String _querySet,
String _query,
String _fileDesc,
boolean _includeJsonTypeInfo,
boolean _includeBinTypeInfo,
DFUChangeProtectionWrapper _protect,
DFUChangeRestrictionWrapper _restrict) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster() |
String |
getFileDesc() |
boolean |
getIncludeBinTypeInfo() |
boolean |
getIncludeJsonTypeInfo() |
String |
getName() |
DFUChangeProtectionWrapper |
getProtect() |
String |
getQuery() |
String |
getQuerySet() |
org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUInfoRequest |
getRaw() |
DFUChangeRestrictionWrapper |
getRestrict() |
boolean |
getUpdateDescription() |
void |
setCluster(String _cluster) |
void |
setFileDesc(String _fileDesc) |
void |
setIncludeBinTypeInfo(boolean _includeBinTypeInfo) |
void |
setIncludeJsonTypeInfo(boolean _includeJsonTypeInfo) |
void |
setName(String _name) |
void |
setProtect(DFUChangeProtectionWrapper _protect) |
void |
setQuery(String _query) |
void |
setQuerySet(String _querySet) |
void |
setRestrict(DFUChangeRestrictionWrapper _restrict) |
void |
setUpdateDescription(boolean _updateDescription) |
String |
toString() |
protected String local_name
protected String local_cluster
protected boolean local_updateDescription
protected String local_querySet
protected String local_query
protected String local_fileDesc
protected boolean local_includeJsonTypeInfo
protected boolean local_includeBinTypeInfo
protected DFUChangeProtectionWrapper local_protect
protected DFUChangeRestrictionWrapper local_restrict
public DFUInfoRequestWrapper()
public DFUInfoRequestWrapper(org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUInfoRequest dfuinforequest)
public DFUInfoRequestWrapper(String _name, String _cluster, boolean _updateDescription, String _querySet, String _query, String _fileDesc, boolean _includeJsonTypeInfo, boolean _includeBinTypeInfo, DFUChangeProtectionWrapper _protect, DFUChangeRestrictionWrapper _restrict)
public org.hpccsystems.ws.client.gen.axis2.wsdfu.v1_57.DFUInfoRequest getRaw()
public void setName(String _name)
public String getName()
public void setCluster(String _cluster)
public String getCluster()
public void setUpdateDescription(boolean _updateDescription)
public boolean getUpdateDescription()
public void setQuerySet(String _querySet)
public String getQuerySet()
public void setQuery(String _query)
public String getQuery()
public void setFileDesc(String _fileDesc)
public String getFileDesc()
public void setIncludeJsonTypeInfo(boolean _includeJsonTypeInfo)
public boolean getIncludeJsonTypeInfo()
public void setIncludeBinTypeInfo(boolean _includeBinTypeInfo)
public boolean getIncludeBinTypeInfo()
public void setProtect(DFUChangeProtectionWrapper _protect)
public DFUChangeProtectionWrapper getProtect()
public void setRestrict(DFUChangeRestrictionWrapper _restrict)
public DFUChangeRestrictionWrapper getRestrict()
Copyright © 2021. All rights reserved.