Interface StoreStatsGrouping

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        Boolean getStoreStats()
        Return storeStats, or null if it is not present.
        Returns:
        Boolean storeStats, or null if it is not present.
      • requireStoreStats

        default @NonNull Boolean requireStoreStats()
        Return storeStats, guaranteed to be non-null.
        Returns:
        Boolean storeStats, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if storeStats is not present