Class DefaultDOMRpcResult
- java.lang.Object
-
- org.opendaylight.controller.md.sal.dom.spi.DefaultDOMRpcResult
-
- All Implemented Interfaces:
Serializable
,DOMRpcResult
,DOMRpcResult
,Immutable
,MutationBehaviour<Immutable>
@Deprecated(forRemoval=true) @Beta public final class DefaultDOMRpcResult extends Object implements DOMRpcResult, Immutable, Serializable
Deprecated, for removal: This API element is subject to removal in a future version.UseDefaultDOMRpcResult
instead.Utility class implementingDefaultDOMRpcResult
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultDOMRpcResult(@NonNull Collection<RpcError> errors)
Deprecated, for removal: This API element is subject to removal in a future version.DefaultDOMRpcResult(RpcError... errors)
Deprecated, for removal: This API element is subject to removal in a future version.DefaultDOMRpcResult(NormalizedNode<?,?> result)
Deprecated, for removal: This API element is subject to removal in a future version.DefaultDOMRpcResult(NormalizedNode<?,?> result, @NonNull Collection<? extends RpcError> errors)
Deprecated, for removal: This API element is subject to removal in a future version.DefaultDOMRpcResult(NormalizedNode<?,?> result, RpcError... errors)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
equals(Object obj)
Deprecated, for removal: This API element is subject to removal in a future version.Collection<? extends RpcError>
getErrors()
Deprecated, for removal: This API element is subject to removal in a future version.NormalizedNode<?,?>
getResult()
Deprecated, for removal: This API element is subject to removal in a future version.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
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 interfaceDOMRpcResult
-
getResult
public NormalizedNode<?,?> getResult()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getResult
in interfaceDOMRpcResult
-
hashCode
public int hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-