Class V20PresExRecord
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20PresExRecord
-
public class V20PresExRecord extends Object
V20PresExRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20PresExRecord.InitiatorEnumPresent-proof exchange initiator: self or externalstatic classV20PresExRecord.RoleEnumPresent-proof exchange role: prover or verifierstatic classV20PresExRecord.StateEnumPresent-proof exchange statestatic classV20PresExRecord.V20PresExRecordBuilderstatic classV20PresExRecord.VerifiedEnumWhether presentation is verified: 'true' or 'false'
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AUTO_PRESENTstatic StringSERIALIZED_NAME_AUTO_VERIFYstatic StringSERIALIZED_NAME_BY_FORMATstatic StringSERIALIZED_NAME_CONNECTION_IDstatic StringSERIALIZED_NAME_CREATED_ATstatic StringSERIALIZED_NAME_ERROR_MSGstatic StringSERIALIZED_NAME_INITIATORstatic StringSERIALIZED_NAME_PRESstatic StringSERIALIZED_NAME_PRES_EX_IDstatic StringSERIALIZED_NAME_PRES_PROPOSALstatic StringSERIALIZED_NAME_PRES_REQUESTstatic StringSERIALIZED_NAME_ROLEstatic StringSERIALIZED_NAME_STATEstatic StringSERIALIZED_NAME_THREAD_IDstatic StringSERIALIZED_NAME_TRACEstatic StringSERIALIZED_NAME_UPDATED_ATstatic StringSERIALIZED_NAME_VERIFIED
-
Constructor Summary
Constructors Constructor Description V20PresExRecord()V20PresExRecord(Boolean autoPresent, Boolean autoVerify, V20PresExRecordByFormat byFormat, String connectionId, String createdAt, String errorMsg, V20PresExRecord.InitiatorEnum initiator, V20Pres pres, String presExId, V20PresProposal presProposal, V20PresRequest presRequest, V20PresExRecord.RoleEnum role, V20PresExRecord.StateEnum state, String threadId, Boolean trace, String updatedAt, V20PresExRecord.VerifiedEnum verified)
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTO_PRESENT
public static final String SERIALIZED_NAME_AUTO_PRESENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTO_VERIFY
public static final String SERIALIZED_NAME_AUTO_VERIFY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BY_FORMAT
public static final String SERIALIZED_NAME_BY_FORMAT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONNECTION_ID
public static final String SERIALIZED_NAME_CONNECTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_CREATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ERROR_MSG
public static final String SERIALIZED_NAME_ERROR_MSG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INITIATOR
public static final String SERIALIZED_NAME_INITIATOR
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRES
public static final String SERIALIZED_NAME_PRES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRES_EX_ID
public static final String SERIALIZED_NAME_PRES_EX_ID
- 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
-
SERIALIZED_NAME_ROLE
public static final String SERIALIZED_NAME_ROLE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
public static final String SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_THREAD_ID
public static final String SERIALIZED_NAME_THREAD_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_UPDATED_AT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VERIFIED
public static final String SERIALIZED_NAME_VERIFIED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20PresExRecord
public V20PresExRecord(Boolean autoPresent, Boolean autoVerify, V20PresExRecordByFormat byFormat, String connectionId, String createdAt, String errorMsg, V20PresExRecord.InitiatorEnum initiator, V20Pres pres, String presExId, V20PresProposal presProposal, V20PresRequest presRequest, V20PresExRecord.RoleEnum role, V20PresExRecord.StateEnum state, String threadId, Boolean trace, String updatedAt, V20PresExRecord.VerifiedEnum verified)
-
V20PresExRecord
public V20PresExRecord()
-
-
Method Detail
-
builder
public static V20PresExRecord.V20PresExRecordBuilder builder()
-
getAutoPresent
public Boolean getAutoPresent()
-
getAutoVerify
public Boolean getAutoVerify()
-
getByFormat
public V20PresExRecordByFormat getByFormat()
-
getConnectionId
public String getConnectionId()
-
getCreatedAt
public String getCreatedAt()
-
getErrorMsg
public String getErrorMsg()
-
getInitiator
public V20PresExRecord.InitiatorEnum getInitiator()
-
getPres
public V20Pres getPres()
-
getPresExId
public String getPresExId()
-
getPresProposal
public V20PresProposal getPresProposal()
-
getPresRequest
public V20PresRequest getPresRequest()
-
getRole
public V20PresExRecord.RoleEnum getRole()
-
getState
public V20PresExRecord.StateEnum getState()
-
getThreadId
public String getThreadId()
-
getTrace
public Boolean getTrace()
-
getUpdatedAt
public String getUpdatedAt()
-
getVerified
public V20PresExRecord.VerifiedEnum getVerified()
-
setAutoPresent
public void setAutoPresent(Boolean autoPresent)
-
setAutoVerify
public void setAutoVerify(Boolean autoVerify)
-
setByFormat
public void setByFormat(V20PresExRecordByFormat byFormat)
-
setConnectionId
public void setConnectionId(String connectionId)
-
setCreatedAt
public void setCreatedAt(String createdAt)
-
setErrorMsg
public void setErrorMsg(String errorMsg)
-
setInitiator
public void setInitiator(V20PresExRecord.InitiatorEnum initiator)
-
setPres
public void setPres(V20Pres pres)
-
setPresExId
public void setPresExId(String presExId)
-
setPresProposal
public void setPresProposal(V20PresProposal presProposal)
-
setPresRequest
public void setPresRequest(V20PresRequest presRequest)
-
setRole
public void setRole(V20PresExRecord.RoleEnum role)
-
setState
public void setState(V20PresExRecord.StateEnum state)
-
setThreadId
public void setThreadId(String threadId)
-
setTrace
public void setTrace(Boolean trace)
-
setUpdatedAt
public void setUpdatedAt(String updatedAt)
-
setVerified
public void setVerified(V20PresExRecord.VerifiedEnum verified)
-
canEqual
protected boolean canEqual(Object other)
-
-