Class ParsedAttributes


  • public final class ParsedAttributes
    extends Object
    Parsed Attributes, potentially indicating withdraw.
    Author:
    Robert Varga
    • Constructor Detail

      • 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 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()