public final class WorkResult<R> extends Object
Throwable
error
R
result
String
workId
WorkResult(String workId, R result, Throwable error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final String workId
public final Throwable error
public final R result
public WorkResult(String workId, R result, Throwable error)
Copyright © 2017. All Rights Reserved.