Interface GetFeaturesOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetFeaturesOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FeaturesReply, OfHeader, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface GetFeaturesOutput
    extends FeaturesReply, org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetFeaturesOutput>

    This class represents the following YANG schema fragment defined in module openflow-protocol

     output output {
       uses features-reply;
     }
     
    The schema path to identify an instance is openflow-protocol/get-features/output

    To create instances of this class use GetFeaturesOutputBuilder.

    See Also:
    GetFeaturesOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetFeaturesOutput> 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 FeaturesReply
        Specified by:
        implementedInterface in interface OfHeader
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcOutput