Class ApplicationResponse
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.ApplicationResponse
-
public class ApplicationResponse extends PathResponse
-
-
Field Summary
Fields Modifier and Type Field Description Application
application
Application index and its parametersLong
currentRound
Round at which the results were computed.
-
Constructor Summary
Constructors Constructor Description ApplicationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
application
public Application application
Application index and its parameters
-
currentRound
public Long currentRound
Round at which the results were computed.
-
-