Interface ClusterId

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

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

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

     container cluster-id {
       uses cluster-id;
     }
     
    The schema path to identify an instance is bgp-message/path-attributes/attributes/cluster-id

    To create instances of this class use ClusterIdBuilder.

    See Also:
    ClusterIdBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

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