public interface Mapping
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Mapping.Builder
A mapping builder.
|
| Modifier and Type | Method and Description |
|---|---|
short |
appId()
Obtains the application identifier of this mapping.
|
org.onosproject.net.DeviceId |
deviceId()
Obtains the identity of the device where this mapping applies.
|
boolean |
equals(Object obj) |
MappingId |
id()
Obtains the identifier of this mapping.
|
MappingKey |
key()
Obtains the mapping key that is used for query the mapping entry.
|
MappingValue |
value()
Obtains the mapping value that is queried using the mapping key.
|
MappingId id()
short appId()
org.onosproject.net.DeviceId deviceId()
MappingKey key()
MappingValue value()
boolean equals(Object obj)
Equality for mappings only considers 'match equality'. This means that two mappings with the same match conditions will be equal.