Interface NestedList

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NestedList>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<TopLevelList>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<NestedListKey>

    public interface NestedList
    extends org.opendaylight.yangtools.yang.binding.ChildOf<TopLevelList>, org.opendaylight.yangtools.yang.binding.Augmentable<NestedList>, org.opendaylight.yangtools.yang.binding.Identifiable<NestedListKey>
    A list of service functions that compose the service chain

    This class represents the following YANG schema fragment defined in module opendaylight-mdsal-list-test

     list nested-list {
       key name;
       leaf name {
         type string;
       }
       leaf type {
         type string;
       }
       ordered-by user;
     }
     
    The schema path to identify an instance is opendaylight-mdsal-list-test/two-level-list/top-level-list/nested-list

    To create instances of this class use NestedListBuilder.

    See Also:
    NestedListBuilder, NestedListKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable String getName()
        Returns:
        java.lang.String name, or null if not present
      • getType

        @Nullable String getType()
        Returns:
        java.lang.String type, or null if not present