Package com.cloudconvert.dto.result
Class CompletedAsyncResult<T>
java.lang.Object
com.cloudconvert.dto.result.AbstractResult<T>
com.cloudconvert.dto.result.AsyncResult<T>
com.cloudconvert.dto.result.CompletedAsyncResult<T>
public class CompletedAsyncResult<T> extends AsyncResult<T>
-
Constructor Summary
Constructors Constructor Description CompletedAsyncResult() -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CompletedAsyncResult
public CompletedAsyncResult()
-
-
Method Details
-
get
- Specified by:
getin classAsyncResult<T>
-
get
- Specified by:
getin classAsyncResult<T>
-