Class ECLTimingDataWrapper
- java.lang.Object
-
- org.hpccsystems.ws.client.wrappers.wsworkunits.ECLTimingDataWrapper
-
@Deprecated public class ECLTimingDataWrapper extends Object
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description ECLTimingDataWrapper()
Deprecated.Instantiates a new ECL timing data wrapper.ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Integer
getGID()
Deprecated.Gets the gid.Integer
getGraphNum()
Deprecated.Gets the graph num.Integer
getMin()
Deprecated.Gets the min.Integer
getMS()
Deprecated.Gets the ms.String
getName()
Deprecated.Gets the name.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLTimingData
getRaw()
Deprecated.Gets the raw.org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLTimingData
getRawLatestVersion()
Deprecated.Gets the raw version 1 79.Integer
getSubGraphNum()
Deprecated.Gets the sub graph num.void
setGID(Integer gID)
Deprecated.Sets the gid.void
setGraphNum(Integer graphNum)
Deprecated.Sets the graph num.void
setMin(Integer min)
Deprecated.Sets the min.void
setMS(Integer mS)
Deprecated.Sets the ms.void
setName(String name)
Deprecated.Sets the name.void
setSubGraphNum(Integer subGraphNum)
Deprecated.Sets the sub graph num.String
toString()
Deprecated.
-
-
-
Constructor Detail
-
ECLTimingDataWrapper
public ECLTimingDataWrapper()
Deprecated.Instantiates a new ECL timing data wrapper.
-
ECLTimingDataWrapper
public ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.- Parameters:
raw
- the raw
-
ECLTimingDataWrapper
public ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_58.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.- Parameters:
raw
- the raw
-
ECLTimingDataWrapper
public ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_62.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.- Parameters:
raw
- the raw
-
ECLTimingDataWrapper
public ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_69.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.- Parameters:
raw
- the raw
-
ECLTimingDataWrapper
public ECLTimingDataWrapper(org.hpccsystems.ws.client.gen.axis2.wsworkunits.v1_56.ECLTimingData raw)
Deprecated.Instantiates a new ECL timing data wrapper.- Parameters:
raw
- the raw
-
-
Method Detail
-
getRaw
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLTimingData getRaw()
Deprecated.Gets the raw.- Returns:
- the raw
-
getRawLatestVersion
public org.hpccsystems.ws.client.gen.axis2.wsworkunits.latest.ECLTimingData getRawLatestVersion()
Deprecated.Gets the raw version 1 79.- Returns:
- the raw version 1 79
-
getName
public String getName()
Deprecated.Gets the name.- Returns:
- the name
-
setName
public void setName(String name)
Deprecated.Sets the name.- Parameters:
name
- the name to set
-
getGraphNum
public Integer getGraphNum()
Deprecated.Gets the graph num.- Returns:
- the graphNum
-
setGraphNum
public void setGraphNum(Integer graphNum)
Deprecated.Sets the graph num.- Parameters:
graphNum
- the graphNum to set
-
getSubGraphNum
public Integer getSubGraphNum()
Deprecated.Gets the sub graph num.- Returns:
- the subGraphNum
-
setSubGraphNum
public void setSubGraphNum(Integer subGraphNum)
Deprecated.Sets the sub graph num.- Parameters:
subGraphNum
- the subGraphNum to set
-
getGID
public Integer getGID()
Deprecated.Gets the gid.- Returns:
- the gID
-
setGID
public void setGID(Integer gID)
Deprecated.Sets the gid.- Parameters:
gID
- the gID to set
-
getMin
public Integer getMin()
Deprecated.Gets the min.- Returns:
- the min
-
setMin
public void setMin(Integer min)
Deprecated.Sets the min.- Parameters:
min
- the min to set
-
getMS
public Integer getMS()
Deprecated.Gets the ms.- Returns:
- the mS
-
setMS
public void setMS(Integer mS)
Deprecated.Sets the ms.- Parameters:
mS
- the mS to set
-
-