net.floodlightcontroller.devicemanager.internal
Class DeviceSyncRepresentation
java.lang.Object
net.floodlightcontroller.devicemanager.internal.DeviceSyncRepresentation
public class DeviceSyncRepresentation
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeviceSyncRepresentation
public DeviceSyncRepresentation()
DeviceSyncRepresentation
public DeviceSyncRepresentation(Device device)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getEntities
public java.util.List<DeviceSyncRepresentation.SyncEntity> getEntities()
setEntities
public void setEntities(java.util.List<DeviceSyncRepresentation.SyncEntity> entities)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object