Modifier and Type | Method and Description |
---|---|
static OFBsnStatus |
OFBsnStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OFBsnStatus[] |
OFBsnStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OFBsnStatus |
OFBsnTlvStatus.getValue() |
OFBsnStatus |
OFBsnTlvStatus.Builder.getValue() |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvStatus.Builder |
OFBsnTlvStatus.Builder.setValue(OFBsnStatus value) |
OFBsnTlvStatus |
OFBsnTlvs.status(OFBsnStatus value) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvStatus |
OFBsnTlvsVer10.status(OFBsnStatus value) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvStatus |
OFBsnTlvsVer11.status(OFBsnStatus value) |
Modifier and Type | Method and Description |
---|---|
OFBsnTlvStatus |
OFBsnTlvsVer12.status(OFBsnStatus value) |
Modifier and Type | Method and Description |
---|---|
static OFBsnStatus |
OFBsnStatusSerializerVer13.ofWireValue(byte val) |
static OFBsnStatus |
OFBsnStatusSerializerVer13.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFBsnStatusSerializerVer13.putTo(OFBsnStatus e,
com.google.common.hash.PrimitiveSink sink) |
OFBsnTlvStatus |
OFBsnTlvsVer13.status(OFBsnStatus value) |
static byte |
OFBsnStatusSerializerVer13.toWireValue(OFBsnStatus e) |
static void |
OFBsnStatusSerializerVer13.writeTo(io.netty.buffer.ByteBuf bb,
OFBsnStatus e) |
Modifier and Type | Method and Description |
---|---|
static OFBsnStatus |
OFBsnStatusSerializerVer14.ofWireValue(byte val) |
static OFBsnStatus |
OFBsnStatusSerializerVer14.readFrom(io.netty.buffer.ByteBuf bb) |
Modifier and Type | Method and Description |
---|---|
static void |
OFBsnStatusSerializerVer14.putTo(OFBsnStatus e,
com.google.common.hash.PrimitiveSink sink) |
OFBsnTlvStatus |
OFBsnTlvsVer14.status(OFBsnStatus value) |
static byte |
OFBsnStatusSerializerVer14.toWireValue(OFBsnStatus e) |
static void |
OFBsnStatusSerializerVer14.writeTo(io.netty.buffer.ByteBuf bb,
OFBsnStatus e) |
Copyright © 2015. All rights reserved.