Interface StoreStatsGrouping

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    GetFlowStatisticsInput, GetGroupStatisticsInput, GetMeterStatisticsInput, GetNodeConnectorStatisticsInput, GetQueueStatisticsInput, StatsInputCommonGrouping

    @Generated("mdsal-binding-generator")
    public interface StoreStatsGrouping
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Store collected statistics to DS/operational

    This class represents the following YANG schema fragment defined in module opendaylight-direct-statistics

     grouping store-stats-grouping {
       leaf store-stats {
         type boolean;
         default false;
       }
     }
     
    The schema path to identify an instance is opendaylight-direct-statistics/store-stats-grouping
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • 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:
        java.lang.Boolean storeStats, or null if it is not present.
      • isStoreStats

        @Deprecated(forRemoval=true)
        default Boolean isStoreStats()
        Deprecated, for removal: This API element is subject to removal in a future version.