Class TAARecord
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.TAARecord
-
public class TAARecord extends Object
TAARecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTAARecord.TAARecordBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DIGESTstatic StringSERIALIZED_NAME_TEXTstatic StringSERIALIZED_NAME_VERSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TAARecord.TAARecordBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetDigest()StringgetText()StringgetVersion()inthashCode()voidsetDigest(String digest)voidsetText(String text)voidsetVersion(String version)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_DIGEST
public static final String SERIALIZED_NAME_DIGEST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TEXT
public static final String SERIALIZED_NAME_TEXT
- 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 TAARecord.TAARecordBuilder builder()
-
getDigest
public String getDigest()
-
getText
public String getText()
-
getVersion
public String getVersion()
-
setDigest
public void setDigest(String digest)
-
setText
public void setText(String text)
-
setVersion
public void setVersion(String version)
-
canEqual
protected boolean canEqual(Object other)
-
-