public class BgpFsOperatorValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
log |
| Constructor and Description |
|---|
BgpFsOperatorValue(byte option,
byte[] value)
constructor to initialize.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
byte |
option()
Returns option of the flow type.
|
String |
toString() |
byte[] |
value()
Returns value of the flow type.
|
public BgpFsOperatorValue(byte option,
byte[] value)
option - for a specific flow typevalue - for a specific flow typeCopyright © 2016. All rights reserved.