Class ParsedAttributes

java.lang.Object
org.opendaylight.protocol.bgp.parser.spi.ParsedAttributes

public final class ParsedAttributes extends Object
Parsed Attributes, 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

    Modifier and Type
    Method
    Description
    @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>
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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()