public class Metric extends AbstractBase
Constructor and Description |
---|
Metric() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAsDestination() |
java.lang.Integer |
getAsSource() |
java.lang.Integer |
getBytes() |
java.lang.String |
getClassId() |
java.lang.Integer |
getFlows() |
java.lang.String |
getIpDestination() |
java.lang.Integer |
getIpProtocol() |
java.lang.String |
getIpSource() |
java.lang.String |
getMacDestination() |
java.lang.String |
getMacSource() |
java.lang.Integer |
getPackets() |
java.lang.Integer |
getPortDestination() |
java.lang.Integer |
getPortSource() |
java.util.Date |
getStampInserted() |
java.util.Date |
getStampUpdated() |
java.lang.Integer |
getTag() |
java.lang.Integer |
getTcpFlags() |
java.lang.Integer |
getTos() |
java.lang.Integer |
getVlan() |
void |
setAsDestination(java.lang.Integer asDestination) |
void |
setAsSource(java.lang.Integer asSource) |
void |
setBytes(java.lang.Integer bytes) |
void |
setClassId(java.lang.String classId) |
void |
setFlows(java.lang.Integer flows) |
void |
setIpDestination(java.lang.String ipDestination) |
void |
setIpProtocol(java.lang.Integer ipProtocol) |
void |
setIpSource(java.lang.String ipSource) |
void |
setMacDestination(java.lang.String macDestination) |
void |
setMacSource(java.lang.String macSource) |
void |
setPackets(java.lang.Integer packets) |
void |
setPortDestination(java.lang.Integer portDestination) |
void |
setPortSource(java.lang.Integer portSource) |
void |
setStampInserted(java.util.Date stampInserted) |
void |
setStampUpdated(java.util.Date stampUpdated) |
void |
setTag(java.lang.Integer tag) |
void |
setTcpFlags(java.lang.Integer tcpFlags) |
void |
setTos(java.lang.Integer tos) |
void |
setVlan(java.lang.Integer vlan) |
toString
public java.lang.Integer getTag()
public void setTag(java.lang.Integer tag)
tag
- the tag to setpublic java.lang.String getClassId()
public void setClassId(java.lang.String classId)
classId
- the classId to setpublic java.lang.String getMacSource()
public void setMacSource(java.lang.String macSource)
macSource
- the macSource to setpublic java.lang.String getMacDestination()
public void setMacDestination(java.lang.String macDestination)
macDestination
- the macDestination to setpublic java.lang.Integer getVlan()
public void setVlan(java.lang.Integer vlan)
vlan
- the vlan to setpublic java.lang.Integer getAsSource()
public void setAsSource(java.lang.Integer asSource)
asSource
- the asSource to setpublic java.lang.Integer getAsDestination()
public void setAsDestination(java.lang.Integer asDestination)
asDestination
- the asDestination to setpublic java.lang.String getIpSource()
public void setIpSource(java.lang.String ipSource)
ipSource
- the ipSource to setpublic java.lang.String getIpDestination()
public void setIpDestination(java.lang.String ipDestination)
ipDestination
- the ipDestination to setpublic java.lang.Integer getPortSource()
public void setPortSource(java.lang.Integer portSource)
portSource
- the portSource to setpublic java.lang.Integer getPortDestination()
public void setPortDestination(java.lang.Integer portDestination)
portDestination
- the portDestination to setpublic java.lang.Integer getTcpFlags()
public void setTcpFlags(java.lang.Integer tcpFlags)
tcpFlags
- the tcpFlags to setpublic java.lang.Integer getIpProtocol()
public void setIpProtocol(java.lang.Integer ipProtocol)
ipProtocol
- the ipProtocol to setpublic java.lang.Integer getTos()
public void setTos(java.lang.Integer tos)
tos
- the tos to setpublic java.lang.Integer getPackets()
public void setPackets(java.lang.Integer packets)
packets
- the packets to setpublic java.lang.Integer getBytes()
public void setBytes(java.lang.Integer bytes)
bytes
- the bytes to setpublic java.lang.Integer getFlows()
public void setFlows(java.lang.Integer flows)
flows
- the flows to setpublic java.util.Date getStampInserted()
public void setStampInserted(java.util.Date stampInserted)
stampInserted
- the stampInserted to setpublic java.util.Date getStampUpdated()
public void setStampUpdated(java.util.Date stampUpdated)
stampUpdated
- the stampUpdated to set