Class AMLRecord
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AMLRecord
-
public class AMLRecord extends Object
AMLRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAMLRecord.AMLRecordBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AMLstatic StringSERIALIZED_NAME_AML_CONTEXTstatic StringSERIALIZED_NAME_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AMLRecord.AMLRecordBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Map<String,String>getAml()StringgetAmlContext()StringgetVersion()inthashCode()voidsetAml(Map<String,String> aml)voidsetAmlContext(String amlContext)voidsetVersion(String version)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AML
public static final String SERIALIZED_NAME_AML
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AML_CONTEXT
public static final String SERIALIZED_NAME_AML_CONTEXT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERSION
public static final String SERIALIZED_NAME_VERSION
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static AMLRecord.AMLRecordBuilder builder()
-
getAmlContext
public String getAmlContext()
-
getVersion
public String getVersion()
-
setAmlContext
public void setAmlContext(String amlContext)
-
setVersion
public void setVersion(String version)
-
canEqual
protected boolean canEqual(Object other)
-
-