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