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