public class HostEntity extends SystemModel<HostEntity> implements Timeable
| Constructor and Description |
|---|
HostEntity(Id<HostEntity,UUID> id,
Id<SystemInformation,UUID> sysId,
IpAddress ipAddr,
MacAddress macAddr,
VId vid,
DataPathId dpid,
BigPortNumber port,
int ctlId,
boolean state) |
HostEntity(Id<SystemInformation,UUID> sysId,
IpAddress ipAddr,
MacAddress macAddr,
VId vid,
DataPathId dpid,
BigPortNumber port,
int ctlId,
boolean state) |
| Modifier and Type | Method and Description |
|---|---|
int |
getControllerId() |
DataPathId |
getDpid() |
IpAddress |
getIpAddr() |
MacAddress |
getMacAddr() |
BigPortNumber |
getPort() |
static long |
getSerialversionuid() |
boolean |
getState() |
Date |
getTimestamp()
Gets the time the event occurred.
|
VId |
getVid() |
getSysId, toStringequals, getId, hashCodepublic HostEntity(Id<SystemInformation,UUID> sysId, IpAddress ipAddr, MacAddress macAddr, VId vid, DataPathId dpid, BigPortNumber port, int ctlId, boolean state)
public HostEntity(Id<HostEntity,UUID> id, Id<SystemInformation,UUID> sysId, IpAddress ipAddr, MacAddress macAddr, VId vid, DataPathId dpid, BigPortNumber port, int ctlId, boolean state)
public Date getTimestamp()
TimeablegetTimestamp in interface Timeablepublic IpAddress getIpAddr()
public MacAddress getMacAddr()
public VId getVid()
public DataPathId getDpid()
public BigPortNumber getPort()
public int getControllerId()
public static long getSerialversionuid()
public boolean getState()
Copyright © 2014. All Rights Reserved.