Package | Description |
---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev180222.interfaces._interface.ipv6 |
Modifier and Type | Method and Description |
---|---|
static Neighbor.State |
Neighbor.State.forValue(int intValue)
Return the enumeration member whose
getIntValue() matches specified value. |
@Nullable Neighbor.State |
Neighbor.getState()
The Neighbor Unreachability Detection state of thisentry.
|
Neighbor.State |
NeighborBuilder.getState() |
static Neighbor.State |
Neighbor.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Neighbor.State[] |
Neighbor.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Optional<Neighbor.State> |
Neighbor.State.forName(String name)
Return the enumeration member whose
getName() matches specified value. |
Modifier and Type | Method and Description |
---|---|
NeighborBuilder |
NeighborBuilder.setState(Neighbor.State value) |
Copyright © 2019 OpenDaylight. All rights reserved.