Class V20PresExRecordByFormat
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20PresExRecordByFormat
-
public class V20PresExRecordByFormat extends Object
V20PresExRecordByFormat
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20PresExRecordByFormat.V20PresExRecordByFormatBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_PRESstatic StringSERIALIZED_NAME_PRES_PROPOSALstatic StringSERIALIZED_NAME_PRES_REQUEST
-
Constructor Summary
Constructors Constructor Description V20PresExRecordByFormat()V20PresExRecordByFormat(Object pres, Object presProposal, Object presRequest)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20PresExRecordByFormat.V20PresExRecordByFormatBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)ObjectgetPres()ObjectgetPresProposal()ObjectgetPresRequest()inthashCode()voidsetPres(Object pres)voidsetPresProposal(Object presProposal)voidsetPresRequest(Object presRequest)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_PRES
public static final String SERIALIZED_NAME_PRES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRES_PROPOSAL
public static final String SERIALIZED_NAME_PRES_PROPOSAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRES_REQUEST
public static final String SERIALIZED_NAME_PRES_REQUEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static V20PresExRecordByFormat.V20PresExRecordByFormatBuilder builder()
-
getPres
public Object getPres()
-
getPresProposal
public Object getPresProposal()
-
getPresRequest
public Object getPresRequest()
-
setPres
public void setPres(Object pres)
-
setPresProposal
public void setPresProposal(Object presProposal)
-
setPresRequest
public void setPresRequest(Object presRequest)
-
canEqual
protected boolean canEqual(Object other)
-
-