Interface EchoReplyInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<EchoReplyInput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EchoReply, OfHeader, org.opendaylight.yangtools.yang.binding.RpcInput

    public interface EchoReplyInput
    extends EchoReply, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<EchoReplyInput>

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

     input input {
       uses echo-reply;
     }
     
    The schema path to identify an instance is openflow-protocol/echo-reply/input

    To create instances of this class use EchoReplyInputBuilder.

    See Also:
    EchoReplyInputBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<EchoReplyInput> 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 EchoReply
        Specified by:
        implementedInterface in interface OfHeader
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput