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