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 org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes attributes, @Nullable org.opendaylight.protocol.bgp.parser.BGPTreatAsWithdrawException withdrawCause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.AttributesgetAttributes()@NonNull Optional<org.opendaylight.protocol.bgp.parser.BGPTreatAsWithdrawException>getWithdrawCause()
-
-
-
Method Detail
-
getAttributes
public @NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes getAttributes()
-
getWithdrawCause
public @NonNull Optional<org.opendaylight.protocol.bgp.parser.BGPTreatAsWithdrawException> getWithdrawCause()
-
-