Interface RecoverOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RecoverOutput>, 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 RecoverOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<RecoverOutput>

    This class represents the following YANG schema fragment defined in module odl-srm-rpcs

     output output {
       leaf response {
         type identityref {
           base rpc-result-base;
         }
       }
       leaf message {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-srm-rpcs/recover/output

    To create instances of this class use RecoverOutputBuilder.

    See Also:
    RecoverOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<RecoverOutput> 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
      • getResponse

        Class<? extends RpcResultBase> getResponse()
        Returns:
        java.lang.Class response, or null if not present
      • getMessage

        String getMessage()
        Returns:
        java.lang.String message, or null if not present