Class ApplicationLogData

java.lang.Object
com.algorand.algosdk.v2.client.common.PathResponse
com.algorand.algosdk.v2.client.model.ApplicationLogData

public class ApplicationLogData
extends PathResponse
Stores the global information associated with an application.
  • Field Summary

    Fields
    Modifier and Type Field Description
    java.util.List<byte[]> logs
    (lg) Logs for the application being executed by the transaction.
    java.lang.String txid
    Transaction ID
  • Constructor Summary

    Constructors
    Constructor Description
    ApplicationLogData()  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  
    java.util.List<java.lang.String> logs()  
    void logs​(java.util.List<java.lang.String> base64Encoded)  

    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

    • logs

      public java.util.List<byte[]> logs
      (lg) Logs for the application being executed by the transaction.
    • txid

      public java.lang.String txid
      Transaction ID
  • Constructor Details

    • ApplicationLogData

      public ApplicationLogData()
  • Method Details

    • logs

      public void logs​(java.util.List<java.lang.String> base64Encoded)
    • logs

      public java.util.List<java.lang.String> logs()
    • equals

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