Interface GroupStats

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GroupStats>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<GroupStatisticsRequest>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<GroupStatsKey>

    public interface GroupStats
    extends org.opendaylight.yangtools.yang.binding.ChildOf<GroupStatisticsRequest>, org.opendaylight.yangtools.yang.binding.Augmentable<GroupStats>, org.opendaylight.yangtools.yang.binding.Identifiable<GroupStatsKey>

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

     list group-stats {
       key group-id;
       leaf group-id {
         type group-id;
       }
     }
     
    The schema path to identify an instance is opendaylight-group-types/group-statistics-request/group-stats

    To create instances of this class use GroupStatsBuilder.

    See Also:
    GroupStatsBuilder, GroupStatsKey
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        GroupId getGroupId()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.group.types.rev131018.GroupId groupId, or null if not present