Class ParsedAttributes
- java.lang.Object
-
- org.opendaylight.protocol.bgp.parser.spi.ParsedAttributes
-
public final class ParsedAttributes extends Object
ParsedAttributes
, potentially indicating withdraw.- Author:
- Robert Varga
-
-
Constructor Summary
Constructors Constructor Description ParsedAttributes(@NonNull Attributes attributes, @Nullable BGPTreatAsWithdrawException withdrawCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull Attributes
getAttributes()
@NonNull Optional<BGPTreatAsWithdrawException>
getWithdrawCause()
-
-
-
Constructor Detail
-
ParsedAttributes
public ParsedAttributes(@NonNull Attributes attributes, @Nullable BGPTreatAsWithdrawException withdrawCause)
-
-
Method Detail
-
getAttributes
public @NonNull Attributes getAttributes()
-
getWithdrawCause
public @NonNull Optional<BGPTreatAsWithdrawException> getWithdrawCause()
-
-