Class DefaultDOMRpcResult

    • Constructor Detail

      • DefaultDOMRpcResult

        public DefaultDOMRpcResult​(NormalizedNode<?,​?> result,
                                   RpcError... errors)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • DefaultDOMRpcResult

        public DefaultDOMRpcResult​(RpcError... errors)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • DefaultDOMRpcResult

        public DefaultDOMRpcResult​(NormalizedNode<?,​?> result)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • DefaultDOMRpcResult

        public DefaultDOMRpcResult​(NormalizedNode<?,​?> result,
                                   @NonNull Collection<? extends RpcError> errors)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • DefaultDOMRpcResult

        public DefaultDOMRpcResult​(@NonNull Collection<RpcError> errors)
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • getErrors

        public Collection<? extends RpcError> getErrors()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getErrors in interface DOMRpcResult
      • getResult

        public NormalizedNode<?,​?> getResult()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        getResult in interface DOMRpcResult
      • hashCode

        public int hashCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Overrides:
        equals in class Object