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