Class 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 Detail

      • isSuccessful

        public boolean isSuccessful()
        Specified by:
        isSuccessful in interface org.opendaylight.yangtools.yang.common.RpcResult<T>
      • getResult

        public T getResult()
        Specified by:
        getResult in interface org.opendaylight.yangtools.yang.common.RpcResult<T>
      • getErrors

        public List<org.opendaylight.yangtools.yang.common.RpcError> getErrors()
        Specified by:
        getErrors in interface org.opendaylight.yangtools.yang.common.RpcResult<T>