public class ECLTimerWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
local_count |
protected String |
local_graphName |
protected String |
local_name |
protected int |
local_subGraphId |
protected long |
local_timestamp |
protected String |
local_value |
protected String |
local_when |
| Constructor and Description |
|---|
ECLTimerWrapper() |
ECLTimerWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLTimer ecltimer) |
ECLTimerWrapper(String _name,
String _value,
int _count,
String _graphName,
int _subGraphId,
long _timestamp,
String _when) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
String |
getGraphName() |
String |
getName() |
org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLTimer |
getRaw() |
int |
getSubGraphId() |
long |
getTimestamp() |
String |
getValue() |
String |
getWhen() |
void |
setCount(int _count) |
void |
setGraphName(String _graphName) |
void |
setName(String _name) |
void |
setSubGraphId(int _subGraphId) |
void |
setTimestamp(long _timestamp) |
void |
setValue(String _value) |
void |
setWhen(String _when) |
String |
toString() |
protected String local_name
protected String local_value
protected int local_count
protected String local_graphName
protected int local_subGraphId
protected long local_timestamp
protected String local_when
public ECLTimerWrapper()
public ECLTimerWrapper(org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLTimer ecltimer)
public org.hpccsystems.ws.client.gen.axis2.wssql.v3_05.ECLTimer getRaw()
public void setName(String _name)
public String getName()
public void setValue(String _value)
public String getValue()
public void setCount(int _count)
public int getCount()
public void setGraphName(String _graphName)
public String getGraphName()
public void setSubGraphId(int _subGraphId)
public int getSubGraphId()
public void setTimestamp(long _timestamp)
public long getTimestamp()
public void setWhen(String _when)
public String getWhen()
Copyright © 2021. All rights reserved.