Interface GroupStatistics

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GroupStatistics>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<GroupStatistics>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, GroupStatistics

    public interface GroupStatistics
    extends org.opendaylight.yangtools.yang.binding.ChildOf<GroupStatistics>, org.opendaylight.yangtools.yang.binding.Augmentable<GroupStatistics>, GroupStatistics

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

     container group-statistics {
       uses group-types:group-statistics;
     }
     
    The schema path to identify an instance is opendaylight-group-statistics/group-statistics/group-statistics

    To create instances of this class use GroupStatisticsBuilder.

    See Also:
    GroupStatisticsBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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