Class HwvtepDeviceInfo.DeviceData
- java.lang.Object
 - 
- org.opendaylight.ovsdb.hwvtepsouthbound.HwvtepDeviceInfo.DeviceData
 
 
- 
- Enclosing class:
 - HwvtepDeviceInfo
 
public static class HwvtepDeviceInfo.DeviceData extends Object
 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetData()org.opendaylight.yangtools.yang.binding.InstanceIdentifiergetKey()HwvtepDeviceInfo.DeviceDataStatusgetStatus()UUIDgetUuid()booleanisAvailableInOperDs()booleanisInTransitState()booleanisIntransitTimeExpired()StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getData
public Object getData()
 
- 
getStatus
public HwvtepDeviceInfo.DeviceDataStatus getStatus()
 
- 
getUuid
public UUID getUuid()
 
- 
getKey
public org.opendaylight.yangtools.yang.binding.InstanceIdentifier getKey()
 
- 
isIntransitTimeExpired
public boolean isIntransitTimeExpired()
 
- 
isInTransitState
public boolean isInTransitState()
 
- 
isAvailableInOperDs
public boolean isAvailableInOperDs()
 
 - 
 
 -