Class ApplicationLocalStatesResponse
- java.lang.Object
 - 
- com.algorand.algosdk.v2.client.common.PathResponse
 - 
- com.algorand.algosdk.v2.client.model.ApplicationLocalStatesResponse
 
 
 
- 
public class ApplicationLocalStatesResponse extends PathResponse
 
- 
- 
Field Summary
Fields Modifier and Type Field Description List<ApplicationLocalState>appsLocalStatesLongcurrentRoundRound at which the results were computed.StringnextTokenUsed for pagination, when making another request provide this token with the next parameter. 
- 
Constructor Summary
Constructors Constructor Description ApplicationLocalStatesResponse() 
- 
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
- 
appsLocalStates
public List<ApplicationLocalState> appsLocalStates
 
- 
currentRound
public Long currentRound
Round at which the results were computed. 
- 
nextToken
public String nextToken
Used for pagination, when making another request provide this token with the next parameter. 
 - 
 
 -