Package com.algorithmia.algo
Class AlgoAsyncResponse
- java.lang.Object
-
- com.algorithmia.algo.AlgoAsyncResponse
-
public class AlgoAsyncResponse extends java.lang.Object
A result representing success of an asynchronous algo call
-
-
Constructor Summary
Constructors Constructor Description AlgoAsyncResponse(java.lang.String async, java.lang.String requestId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAsyncProtocol()
java.lang.String
getRequestId()
-