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