Class V20CredExRecordByFormat
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredExRecordByFormat
-
public class V20CredExRecordByFormat extends Object
V20CredExRecordByFormat
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredExRecordByFormat.V20CredExRecordByFormatBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_ISSUEstatic StringSERIALIZED_NAME_CRED_OFFERstatic StringSERIALIZED_NAME_CRED_PROPOSALstatic StringSERIALIZED_NAME_CRED_REQUEST
-
Constructor Summary
Constructors Constructor Description V20CredExRecordByFormat()V20CredExRecordByFormat(Object credIssue, Object credOffer, Object credProposal, Object credRequest)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20CredExRecordByFormat.V20CredExRecordByFormatBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)ObjectgetCredIssue()ObjectgetCredOffer()ObjectgetCredProposal()ObjectgetCredRequest()inthashCode()voidsetCredIssue(Object credIssue)voidsetCredOffer(Object credOffer)voidsetCredProposal(Object credProposal)voidsetCredRequest(Object credRequest)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_ISSUE
public static final String SERIALIZED_NAME_CRED_ISSUE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_OFFER
public static final String SERIALIZED_NAME_CRED_OFFER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_PROPOSAL
public static final String SERIALIZED_NAME_CRED_PROPOSAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CRED_REQUEST
public static final String SERIALIZED_NAME_CRED_REQUEST
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static V20CredExRecordByFormat.V20CredExRecordByFormatBuilder builder()
-
getCredIssue
public Object getCredIssue()
-
getCredOffer
public Object getCredOffer()
-
getCredProposal
public Object getCredProposal()
-
getCredRequest
public Object getCredRequest()
-
setCredIssue
public void setCredIssue(Object credIssue)
-
setCredOffer
public void setCredOffer(Object credOffer)
-
setCredProposal
public void setCredProposal(Object credProposal)
-
setCredRequest
public void setCredRequest(Object credRequest)
-
canEqual
protected boolean canEqual(Object other)
-
-