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.
-
-
Constructor Summary
Constructors Constructor Description ApplicationLogData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
logs()
void
logs(List<String> base64Encoded)
-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-