Interface Origin

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Origin>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Attributes>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Origin
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Attributes>, org.opendaylight.yangtools.yang.binding.Augmentable<Origin>

    This class represents the following YANG schema fragment defined in module bgp-message

     container origin {
       leaf value {
         type bgp-t:bgp-origin;
       }
     }
     
    The schema path to identify an instance is bgp-message/path-attributes/attributes/origin

    To create instances of this class use OriginBuilder.

    See Also:
    OriginBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<Origin> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getValue

        @Nullable BgpOrigin getValue()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.types.rev200120.BgpOrigin value, or null if not present