@Beta public final class PolicingResource extends java.lang.Object implements NetworkResource
Constructor and Description |
---|
PolicingResource(PolicerId pId,
ConnectPoint cP) |
Modifier and Type | Method and Description |
---|---|
ConnectPoint |
connectPoint()
Returns the connect point of this resource.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
PolicerId |
policerId()
Return the policer id of this resource.
|
java.lang.String |
toString() |
public PolicingResource(PolicerId pId, ConnectPoint cP)
public PolicerId policerId()
public ConnectPoint connectPoint()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object