public class TpTargetClusterQueryResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_acceptLanguage |
protected int |
local_cpuThreshold |
protected int |
local_diskThreshold |
protected String |
local_diskThresholdType |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected int |
local_memThreshold |
protected String |
local_memThresholdType |
protected String |
local_preflightProcessFilter |
protected boolean |
local_showDetails |
protected ArrayOfTpTargetClusterWrapper |
local_tpTargetClusters |
| Constructor and Description |
|---|
TpTargetClusterQueryResponseWrapper() |
TpTargetClusterQueryResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
boolean _showDetails,
int _memThreshold,
int _diskThreshold,
int _cpuThreshold,
String _memThresholdType,
String _diskThresholdType,
String _preflightProcessFilter,
String _acceptLanguage,
ArrayOfTpTargetClusterWrapper _tpTargetClusters) |
TpTargetClusterQueryResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpTargetClusterQueryResponse tptargetclusterqueryresponse) |
protected ArrayOfEspExceptionWrapper local_exceptions
protected boolean local_showDetails
protected int local_memThreshold
protected int local_diskThreshold
protected int local_cpuThreshold
protected String local_memThresholdType
protected String local_diskThresholdType
protected String local_preflightProcessFilter
protected String local_acceptLanguage
protected ArrayOfTpTargetClusterWrapper local_tpTargetClusters
public TpTargetClusterQueryResponseWrapper()
public TpTargetClusterQueryResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpTargetClusterQueryResponse tptargetclusterqueryresponse)
public TpTargetClusterQueryResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, boolean _showDetails, int _memThreshold, int _diskThreshold, int _cpuThreshold, String _memThresholdType, String _diskThresholdType, String _preflightProcessFilter, String _acceptLanguage, ArrayOfTpTargetClusterWrapper _tpTargetClusters)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpTargetClusterQueryResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setShowDetails(boolean _showDetails)
public boolean getShowDetails()
public void setMemThreshold(int _memThreshold)
public int getMemThreshold()
public void setDiskThreshold(int _diskThreshold)
public int getDiskThreshold()
public void setCpuThreshold(int _cpuThreshold)
public int getCpuThreshold()
public void setMemThresholdType(String _memThresholdType)
public String getMemThresholdType()
public void setDiskThresholdType(String _diskThresholdType)
public String getDiskThresholdType()
public void setPreflightProcessFilter(String _preflightProcessFilter)
public String getPreflightProcessFilter()
public void setAcceptLanguage(String _acceptLanguage)
public String getAcceptLanguage()
public void setTpTargetClusters(ArrayOfTpTargetClusterWrapper _tpTargetClusters)
public ArrayOfTpTargetClusterWrapper getTpTargetClusters()
Copyright © 2021. All rights reserved.