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 BigIntegercreatedAtRoundRound when this application was created.BooleandeletedWhether or not this application is currently deleted.BigIntegerdeletedAtRoundRound when this application was deleted.Longidapplication index.ApplicationParamsparamsapplication parameters.
-
Constructor Summary
Constructors Constructor Description Application()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(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.
-
-