Class SuccessfulRpcResult<T>
java.lang.Object
org.opendaylight.bgpcep.programming.spi.SuccessfulRpcResult<T>
- All Implemented Interfaces:
org.opendaylight.yangtools.yang.common.RpcResult<T>
public final class SuccessfulRpcResult<T>
extends Object
implements org.opendaylight.yangtools.yang.common.RpcResult<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> SuccessfulRpcResult<T>
create
(T value) List<org.opendaylight.yangtools.yang.common.RpcError>
boolean
-
Method Details
-
create
-
isSuccessful
public boolean isSuccessful()- Specified by:
isSuccessful
in interfaceorg.opendaylight.yangtools.yang.common.RpcResult<T>
-
getResult
- Specified by:
getResult
in interfaceorg.opendaylight.yangtools.yang.common.RpcResult<T>
-
getErrors
- Specified by:
getErrors
in interfaceorg.opendaylight.yangtools.yang.common.RpcResult<T>
-