Interface SendEchoOutput

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

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

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

     output output {
       leaf data {
         type binary;
       }
     }
     
    The schema path to identify an instance is sal-echo/send-echo/output

    To create instances of this class use SendEchoOutputBuilder.

    See Also:
    SendEchoOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<SendEchoOutput> 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 org.opendaylight.yangtools.yang.binding.RpcOutput
      • getData

        byte[] getData()
        Unmodified data field.
        Returns:
        byte[] data, or null if not present