Class Application
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.Application
-
public class Application extends PathResponse
Application index and its parameters
-
-
Field Summary
Fields Modifier and Type Field Description BigInteger
createdAtRound
Round when this application was created.Boolean
deleted
Whether or not this application is currently deleted.BigInteger
deletedAtRound
Round when this application was deleted.Long
id
application index.ApplicationParams
params
application parameters.
-
Constructor Summary
Constructors Constructor Description Application()
-
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
-
createdAtRound
public BigInteger createdAtRound
Round when this application was created.
-
deleted
public Boolean deleted
Whether or not this application is currently deleted.
-
deletedAtRound
public BigInteger deletedAtRound
Round when this application was deleted.
-
id
public Long id
application index.
-
params
public ApplicationParams params
application parameters.
-
-