Class WalletList
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.WalletList
-
public class WalletList extends Object
WalletList
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWalletList.WalletListBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_RESULTS
-
Constructor Summary
Constructors Constructor Description WalletList()WalletList(List<WalletRecord> results)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WalletList.WalletListBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)List<WalletRecord>getResults()inthashCode()voidsetResults(List<WalletRecord> results)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RESULTS
public static final String SERIALIZED_NAME_RESULTS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
WalletList
public WalletList(List<WalletRecord> results)
-
WalletList
public WalletList()
-
-
Method Detail
-
builder
public static WalletList.WalletListBuilder builder()
-
getResults
public List<WalletRecord> getResults()
-
setResults
public void setResults(List<WalletRecord> results)
-
canEqual
protected boolean canEqual(Object other)
-
-