Class Version
- java.lang.Object
-
- com.algorand.algosdk.v2.client.common.PathResponse
-
- com.algorand.algosdk.v2.client.model.Version
-
public class Version extends PathResponse
algod version information.
-
-
Field Summary
Fields Modifier and Type Field Description BuildVersionbuildbyte[]genesis_hash_b64Stringgenesis_idList<String>versions
-
Constructor Summary
Constructors Constructor Description Version()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Stringgenesis_hash_b64()voidgenesis_hash_b64(String base64Encoded)-
Methods inherited from class com.algorand.algosdk.v2.client.common.PathResponse
toString
-
-
-
-
Field Detail
-
build
public BuildVersion build
-
genesis_hash_b64
public byte[] genesis_hash_b64
-
genesis_id
public String genesis_id
-
-