public class ThorLogInfoWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
local_clusterGroup |
protected String |
local_logDate |
protected int |
local_numberSlaves |
protected String |
local_processName |
| Constructor and Description |
|---|
ThorLogInfoWrapper() |
ThorLogInfoWrapper(String _processName,
String _clusterGroup,
String _logDate,
int _numberSlaves) |
ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ThorLogInfo thorloginfo) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClusterGroup() |
String |
getLogDate() |
int |
getNumberSlaves() |
String |
getProcessName() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ThorLogInfo |
getRaw() |
void |
setClusterGroup(String _clusterGroup) |
void |
setLogDate(String _logDate) |
void |
setNumberSlaves(int _numberSlaves) |
void |
setProcessName(String _processName) |
String |
toString() |
protected String local_processName
protected String local_clusterGroup
protected String local_logDate
protected int local_numberSlaves
public ThorLogInfoWrapper()
public ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ThorLogInfo thorloginfo)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ThorLogInfo getRaw()
public void setProcessName(String _processName)
public String getProcessName()
public void setClusterGroup(String _clusterGroup)
public String getClusterGroup()
public void setLogDate(String _logDate)
public String getLogDate()
public void setNumberSlaves(int _numberSlaves)
public int getNumberSlaves()
Copyright © 2021. All rights reserved.