Class ParsedAttributes
java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.ParsedAttributes
Parsed
Attributes, potentially indicating withdraw.- Author:
- Robert Varga
-
Constructor Summary
ConstructorsConstructorDescriptionParsedAttributes(@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
Modifier and TypeMethodDescription@NonNull org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.Attributes@NonNull Optional<org.opendaylight.protocol.bgp.parser.BGPTreatAsWithdrawException>
-
Constructor Details
-
ParsedAttributes
public 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 Details
-
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()
-