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