RpcResultBuilder
@Deprecated public class Rpcs extends Object
Constructor and Description |
---|
Rpcs()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static <T> org.opendaylight.yangtools.yang.common.RpcResult<T> |
getRpcResult(boolean successful)
Deprecated.
|
static <T> org.opendaylight.yangtools.yang.common.RpcResult<T> |
getRpcResult(boolean successful,
Collection<org.opendaylight.yangtools.yang.common.RpcError> errors)
Deprecated.
|
static <T> org.opendaylight.yangtools.yang.common.RpcResult<T> |
getRpcResult(boolean successful,
T result,
Collection<org.opendaylight.yangtools.yang.common.RpcError> errors)
Deprecated.
|
public static <T> org.opendaylight.yangtools.yang.common.RpcResult<T> getRpcResult(boolean successful)
public static <T> org.opendaylight.yangtools.yang.common.RpcResult<T> getRpcResult(boolean successful, T result, Collection<org.opendaylight.yangtools.yang.common.RpcError> errors)
public static <T> org.opendaylight.yangtools.yang.common.RpcResult<T> getRpcResult(boolean successful, Collection<org.opendaylight.yangtools.yang.common.RpcError> errors)
Copyright © 2019 OpenDaylight. All rights reserved.