Class ParsedAttributes
java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.ParsedAttributes
Parsed 
Attributes, potentially indicating withdraw.- Author:
 - Robert Varga
 
- 
Constructor Summary
ConstructorsConstructorDescriptionParsedAttributes(@NonNull Attributes attributes, @Nullable BGPTreatAsWithdrawException withdrawCause)  - 
Method Summary
Modifier and TypeMethodDescription@NonNull Attributes@NonNull Optional<BGPTreatAsWithdrawException> 
- 
Constructor Details
- 
ParsedAttributes
public ParsedAttributes(@NonNull Attributes attributes, @Nullable BGPTreatAsWithdrawException withdrawCause)  
 - 
 - 
Method Details
- 
getAttributes
 - 
getWithdrawCause
 
 -