public class BgpFlowSpecDetails extends Object
| Constructor and Description |
|---|
BgpFlowSpecDetails()
Flow specification details object constructor.
|
BgpFlowSpecDetails(List<BgpValueType> flowSpecComponents)
Flow specification details object constructor with the parameter.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<BgpValueType> |
flowSpecComponents()
Returns flow specification components.
|
List<BgpValueType> |
fsActionTlv()
Returns flow specification action tlv.
|
int |
hashCode() |
RouteDistinguisher |
routeDistinguisher()
Returns route distinguisher for the flow specification components.
|
void |
setFlowSpecComponents(List<BgpValueType> flowSpecComponents)
Sets flow specification components.
|
void |
setFsActionTlv(List<BgpValueType> fsActionTlv)
Set flow specification action tlv.
|
void |
setRouteDistinguiher(RouteDistinguisher routeDistinguisher)
Set route distinguisher for flow specification component.
|
String |
toString() |
public BgpFlowSpecDetails(List<BgpValueType> flowSpecComponents)
flowSpecComponents - flow specification componentspublic BgpFlowSpecDetails()
public List<BgpValueType> fsActionTlv()
public void setFsActionTlv(List<BgpValueType> fsActionTlv)
fsActionTlv - flow specification action tlvpublic RouteDistinguisher routeDistinguisher()
public void setRouteDistinguiher(RouteDistinguisher routeDistinguisher)
routeDistinguisher - route distinguisherpublic List<BgpValueType> flowSpecComponents()
public void setFlowSpecComponents(List<BgpValueType> flowSpecComponents)
flowSpecComponents - flow specification componentsCopyright © 2016. All rights reserved.