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
    java.math.BigInteger createdAtRound
    Round when this application was created.
    java.lang.Boolean deleted
    Whether or not this application is currently deleted.
    java.math.BigInteger deletedAtRound
    Round when this application was deleted.
    java.lang.Long id
    (appidx) application index.
    ApplicationParams params
    (appparams) application parameters.
  • Constructor Summary

    Constructors
    Constructor Description
    Application()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  

    Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse

    toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • createdAtRound

      public java.math.BigInteger createdAtRound
      Round when this application was created.
    • deleted

      public java.lang.Boolean deleted
      Whether or not this application is currently deleted.
    • deletedAtRound

      public java.math.BigInteger deletedAtRound
      Round when this application was deleted.
    • id

      public java.lang.Long id
      (appidx) application index.
    • params

      public ApplicationParams params
      (appparams) application parameters.
  • Constructor Details

    • Application

      public Application()
  • Method Details

    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object