public class DiscoveryEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
entry
The entry.
|
protected jadex.bridge.service.types.awareness.AwarenessInfo |
info
The awareness info.
|
protected long |
time
The time.
|
Constructor and Description |
---|
DiscoveryEntry(jadex.bridge.service.types.awareness.AwarenessInfo info,
long time,
java.lang.Object entry)
Create an entry.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getEntry()
Get the entry.
|
jadex.bridge.service.types.awareness.AwarenessInfo |
getInfo()
Get the info.
|
long |
getTime()
Get the time.
|
void |
setEntry(java.lang.Object entry)
Set the entry.
|
void |
setInfo(jadex.bridge.service.types.awareness.AwarenessInfo info)
Set the info.
|
void |
setTime(long time)
Set the time.
|
java.lang.String |
toString()
Get the string representation.
|
protected jadex.bridge.service.types.awareness.AwarenessInfo info
protected long time
protected java.lang.Object entry
public DiscoveryEntry(jadex.bridge.service.types.awareness.AwarenessInfo info, long time, java.lang.Object entry)
public jadex.bridge.service.types.awareness.AwarenessInfo getInfo()
public void setInfo(jadex.bridge.service.types.awareness.AwarenessInfo info)
info
- The info to set.public long getTime()
public void setTime(long time)
time
- The time to set.public java.lang.Object getEntry()
public void setEntry(java.lang.Object entry)
entry
- The entry to set.public java.lang.String toString()
toString
in class java.lang.Object