Interface ChildPools

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ChildPools>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<IdPool>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<ChildPoolsKey>

    public interface ChildPools
    extends org.opendaylight.yangtools.yang.binding.ChildOf<IdPool>, org.opendaylight.yangtools.yang.binding.Augmentable<ChildPools>, org.opendaylight.yangtools.yang.binding.Identifiable<ChildPoolsKey>

    This class represents the following YANG schema fragment defined in module id-manager

     list child-pools {
       key child-pool-name;
       leaf child-pool-name {
         type string;
       }
       leaf last-access-time {
         type uint32;
       }
     }
     
    The schema path to identify an instance is id-manager/id-pools/id-pool/child-pools

    To create instances of this class use ChildPoolsBuilder.

    See Also:
    ChildPoolsBuilder, ChildPoolsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<ChildPools> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getChildPoolName

        java.lang.String getChildPoolName()
        Returns:
        java.lang.String childPoolName, or null if not present
      • getLastAccessTime

        org.opendaylight.yangtools.yang.common.Uint32 getLastAccessTime()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 lastAccessTime, or null if not present