All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot

@Generated("mdsal-binding-generator") public interface SalEchoData extends org.opendaylight.yangtools.yang.binding.DataRoot
Openflow echo service.

This class represents the following YANG schema fragment defined in module sal-echo

 module sal-echo {
   namespace urn:opendaylight:echo:service;
   prefix echo;
   import opendaylight-inventory {
     prefix inv;
     revision-date 2013-08-19;
   }
   revision 2015-03-05 {
   }
   rpc send-echo {
     input input {
       uses inv:node-context-ref;
       leaf data {
         type binary;
       }
     }
     output output {
       leaf data {
         type binary;
       }
     }
   }
 }