Interface GetGroupStatisticsOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetGroupStatisticsOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, GroupStatisticsReply, org.opendaylight.yangtools.yang.binding.RpcOutput, TransactionAware

    @Deprecated
    public interface GetGroupStatisticsOutput
    extends GroupStatisticsReply, TransactionAware, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetGroupStatisticsOutput>
    Deprecated.

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

     output output {
       uses group-types:group-statistics-reply;
       uses tr:transaction-aware;
     }
     
    The schema path to identify an instance is opendaylight-group-statistics/get-group-statistics/output

    To create instances of this class use GetGroupStatisticsOutputBuilder.

    See Also:
    GetGroupStatisticsOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetGroupStatisticsOutput> implementedInterface()
        Deprecated.
        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 GroupStatisticsReply
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput
        Specified by:
        implementedInterface in interface TransactionAware