Interface GetGroupDescriptionOutput

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

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

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

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

    To create instances of this class use GetGroupDescriptionOutputBuilder.

    See Also:
    GetGroupDescriptionOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetGroupDescriptionOutput> 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 GroupDescStatsReply
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput
        Specified by:
        implementedInterface in interface TransactionAware