Class ThorLogInfoWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.ThorLogInfoWrapper
-
@Deprecated public class ThorLogInfoWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ThorLogInfoWrapper()Deprecated.Instantiates a new thor log info wrapper.ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ThorLogInfo raw)Deprecated.Instantiates a new thor log info wrapper.ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ThorLogInfo raw)Deprecated.Instantiates a new thor log info wrapper.ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ThorLogInfo raw)Deprecated.Instantiates a new thor log info wrapper.ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ThorLogInfo raw)Deprecated.Instantiates a new thor log info wrapper.ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ThorLogInfo raw)Deprecated.Instantiates a new thor log info wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetClusterGroup()Deprecated.Gets the cluster group.StringgetLogDate()Deprecated.Gets the log date.IntegergetNumberSlaves()Deprecated.Gets the number slaves.StringgetProcessName()Deprecated.Gets the process name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ThorLogInfogetRaw()Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ThorLogInfogetRawLatest()Deprecated.Gets the latest version.voidsetClusterGroup(String clusterGroup)Deprecated.Sets the cluster group.voidsetLogDate(String logDate)Deprecated.Sets the log date.voidsetNumberSlaves(Integer numberSlaves)Deprecated.Sets the number slaves.voidsetProcessName(String processName)Deprecated.Sets the process name.StringtoString()Deprecated.
-
-
-
Constructor Detail
-
ThorLogInfoWrapper
public ThorLogInfoWrapper()
Deprecated.Instantiates a new thor log info wrapper.
-
ThorLogInfoWrapper
public ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ThorLogInfo raw)
Deprecated.Instantiates a new thor log info wrapper.- Parameters:
raw- the raw
-
ThorLogInfoWrapper
public ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ThorLogInfo raw)
Deprecated.Instantiates a new thor log info wrapper.- Parameters:
raw- the raw
-
ThorLogInfoWrapper
public ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ThorLogInfo raw)
Deprecated.Instantiates a new thor log info wrapper.- Parameters:
raw- the raw
-
ThorLogInfoWrapper
public ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ThorLogInfo raw)
Deprecated.Instantiates a new thor log info wrapper.- Parameters:
raw- the raw
-
ThorLogInfoWrapper
public ThorLogInfoWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ThorLogInfo raw)
Deprecated.Instantiates a new thor log info wrapper.- Parameters:
raw- the raw
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ThorLogInfo getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
getRawLatest
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ThorLogInfo getRawLatest()
Deprecated.Gets the latest version.- Returns:
- the latest version
-
getProcessName
public String getProcessName()
Deprecated.Gets the process name.- Returns:
- the processName
-
setProcessName
public void setProcessName(String processName)
Deprecated.Sets the process name.- Parameters:
processName- the processName to set
-
getClusterGroup
public String getClusterGroup()
Deprecated.Gets the cluster group.- Returns:
- the clusterGroup
-
setClusterGroup
public void setClusterGroup(String clusterGroup)
Deprecated.Sets the cluster group.- Parameters:
clusterGroup- the clusterGroup to set
-
getLogDate
public String getLogDate()
Deprecated.Gets the log date.- Returns:
- the logDate
-
setLogDate
public void setLogDate(String logDate)
Deprecated.Sets the log date.- Parameters:
logDate- the logDate to set
-
getNumberSlaves
public Integer getNumberSlaves()
Deprecated.Gets the number slaves.- Returns:
- the numberSlaves
-
setNumberSlaves
public void setNumberSlaves(Integer numberSlaves)
Deprecated.Sets the number slaves.- Parameters:
numberSlaves- the numberSlaves to set
-
-