Class V20CredExRecordDetail
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20CredExRecordDetail
-
public class V20CredExRecordDetail extends Object
V20CredExRecordDetail
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20CredExRecordDetail.V20CredExRecordDetailBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CRED_EX_RECORDstatic StringSERIALIZED_NAME_INDYstatic StringSERIALIZED_NAME_LD_PROOF
-
Constructor Summary
Constructors Constructor Description V20CredExRecordDetail()V20CredExRecordDetail(V20CredExRecord credExRecord, V20CredExRecordIndy indy, V20CredExRecordLDProof ldProof)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20CredExRecordDetail.V20CredExRecordDetailBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)V20CredExRecordgetCredExRecord()V20CredExRecordIndygetIndy()V20CredExRecordLDProofgetLdProof()inthashCode()voidsetCredExRecord(V20CredExRecord credExRecord)voidsetIndy(V20CredExRecordIndy indy)voidsetLdProof(V20CredExRecordLDProof ldProof)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_CRED_EX_RECORD
public static final String SERIALIZED_NAME_CRED_EX_RECORD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INDY
public static final String SERIALIZED_NAME_INDY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LD_PROOF
public static final String SERIALIZED_NAME_LD_PROOF
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20CredExRecordDetail
public V20CredExRecordDetail(V20CredExRecord credExRecord, V20CredExRecordIndy indy, V20CredExRecordLDProof ldProof)
-
V20CredExRecordDetail
public V20CredExRecordDetail()
-
-
Method Detail
-
builder
public static V20CredExRecordDetail.V20CredExRecordDetailBuilder builder()
-
getCredExRecord
public V20CredExRecord getCredExRecord()
-
getIndy
public V20CredExRecordIndy getIndy()
-
getLdProof
public V20CredExRecordLDProof getLdProof()
-
setCredExRecord
public void setCredExRecord(V20CredExRecord credExRecord)
-
setIndy
public void setIndy(V20CredExRecordIndy indy)
-
setLdProof
public void setLdProof(V20CredExRecordLDProof ldProof)
-
canEqual
protected boolean canEqual(Object other)
-
-