public class TpMachineQueryResponseWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_acceptLanguage |
protected String |
local_cluster |
protected int |
local_cpuThreshold |
protected int |
local_diskThreshold |
protected String |
local_diskThresholdType |
protected boolean |
local_enablePreflightInfo |
protected boolean |
local_enableSNMP |
protected ArrayOfEspExceptionWrapper |
local_exceptions |
protected boolean |
local_hasThorSpareProcess |
protected String |
local_logDirectory |
protected int |
local_memThreshold |
protected String |
local_memThresholdType |
protected String |
local_oldIP |
protected String |
local_path |
protected String |
local_preflightProcessFilter |
protected ArrayOfTpMachineWrapper |
local_tpMachines |
protected String |
local_type |
| Constructor and Description |
|---|
TpMachineQueryResponseWrapper() |
TpMachineQueryResponseWrapper(ArrayOfEspExceptionWrapper _exceptions,
boolean _enablePreflightInfo,
boolean _hasThorSpareProcess,
String _type,
String _cluster,
String _oldIP,
String _logDirectory,
String _path,
int _memThreshold,
int _diskThreshold,
int _cpuThreshold,
String _memThresholdType,
String _diskThresholdType,
String _preflightProcessFilter,
boolean _enableSNMP,
String _acceptLanguage,
ArrayOfTpMachineWrapper _tpMachines) |
TpMachineQueryResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpMachineQueryResponse tpmachinequeryresponse) |
protected ArrayOfEspExceptionWrapper local_exceptions
protected boolean local_enablePreflightInfo
protected boolean local_hasThorSpareProcess
protected String local_type
protected String local_cluster
protected String local_oldIP
protected String local_logDirectory
protected String local_path
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 boolean local_enableSNMP
protected String local_acceptLanguage
protected ArrayOfTpMachineWrapper local_tpMachines
public TpMachineQueryResponseWrapper()
public TpMachineQueryResponseWrapper(org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpMachineQueryResponse tpmachinequeryresponse)
public TpMachineQueryResponseWrapper(ArrayOfEspExceptionWrapper _exceptions, boolean _enablePreflightInfo, boolean _hasThorSpareProcess, String _type, String _cluster, String _oldIP, String _logDirectory, String _path, int _memThreshold, int _diskThreshold, int _cpuThreshold, String _memThresholdType, String _diskThresholdType, String _preflightProcessFilter, boolean _enableSNMP, String _acceptLanguage, ArrayOfTpMachineWrapper _tpMachines)
public org.hpccsystems.ws.client.gen.axis2.wstopology.v1_30.TpMachineQueryResponse getRaw()
public void setExceptions(ArrayOfEspExceptionWrapper _exceptions)
public ArrayOfEspExceptionWrapper getExceptions()
public void setEnablePreflightInfo(boolean _enablePreflightInfo)
public boolean getEnablePreflightInfo()
public void setHasThorSpareProcess(boolean _hasThorSpareProcess)
public boolean getHasThorSpareProcess()
public void setType(String _type)
public String getType()
public void setCluster(String _cluster)
public String getCluster()
public void setOldIP(String _oldIP)
public String getOldIP()
public void setLogDirectory(String _logDirectory)
public String getLogDirectory()
public void setPath(String _path)
public String getPath()
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 setEnableSNMP(boolean _enableSNMP)
public boolean getEnableSNMP()
public void setAcceptLanguage(String _acceptLanguage)
public String getAcceptLanguage()
public void setTpMachines(ArrayOfTpMachineWrapper _tpMachines)
public ArrayOfTpMachineWrapper getTpMachines()
Copyright © 2021. All rights reserved.