Interface ReinstallOutput

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

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

     output output {
       leaf successful {
         type boolean;
       }
       leaf message {
         type string;
       }
     }
     
    The schema path to identify an instance is odl-srm-rpcs/reinstall/output

    To create instances of this class use ReinstallOutputBuilder.

    See Also:
    ReinstallOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ReinstallOutput> 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
      • isSuccessful

        Boolean isSuccessful()
        Returns:
        java.lang.Boolean successful, or null if not present
      • getMessage

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