Interface ClusterId

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    ClusterId

    public interface ClusterId
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping cluster-id {
       leaf-list cluster {
         type bgp-t:cluster-identifier;
         ordered-by user;
       }
     }
     
    The schema path to identify an instance is bgp-message/cluster-id
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable List<ClusterIdentifier> getCluster()
        Returns:
        java.util.List cluster, or null if not present