Class ActionResponse
- java.lang.Object
-
- org.opendaylight.controller.remote.rpc.messages.AbstractResponse<ContainerNode>
-
- org.opendaylight.controller.remote.rpc.messages.ActionResponse
-
- All Implemented Interfaces:
Serializable
public class ActionResponse extends AbstractResponse<ContainerNode>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ActionResponse(@NonNull Optional<ContainerNode> output, @NonNull Collection<RpcError> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NonNull ImmutableList<@NonNull RpcError>
getErrors()
-
Methods inherited from class org.opendaylight.controller.remote.rpc.messages.AbstractResponse
getOutput
-
-
-
-
Constructor Detail
-
ActionResponse
public ActionResponse(@NonNull Optional<ContainerNode> output, @NonNull Collection<RpcError> errors)
-
-
Method Detail
-
getErrors
public @NonNull ImmutableList<@NonNull RpcError> getErrors()
-
-