Class V20PresSendRequestRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20PresSendRequestRequest
-
public class V20PresSendRequestRequest extends Object
V20PresSendRequestRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20PresSendRequestRequest.V20PresSendRequestRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AUTO_VERIFYstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_CONNECTION_IDstatic StringSERIALIZED_NAME_PRESENTATION_REQUESTstatic StringSERIALIZED_NAME_TRACE
-
Constructor Summary
Constructors Constructor Description V20PresSendRequestRequest()V20PresSendRequestRequest(Boolean autoVerify, String comment, UUID connectionId, V20PresRequestByFormat presentationRequest, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20PresSendRequestRequest.V20PresSendRequestRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetAutoVerify()StringgetComment()UUIDgetConnectionId()V20PresRequestByFormatgetPresentationRequest()BooleangetTrace()inthashCode()voidsetAutoVerify(Boolean autoVerify)voidsetComment(String comment)voidsetConnectionId(UUID connectionId)voidsetPresentationRequest(V20PresRequestByFormat presentationRequest)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTO_VERIFY
public static final String SERIALIZED_NAME_AUTO_VERIFY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONNECTION_ID
public static final String SERIALIZED_NAME_CONNECTION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRESENTATION_REQUEST
public static final String SERIALIZED_NAME_PRESENTATION_REQUEST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20PresSendRequestRequest
public V20PresSendRequestRequest(Boolean autoVerify, String comment, UUID connectionId, V20PresRequestByFormat presentationRequest, Boolean trace)
-
V20PresSendRequestRequest
public V20PresSendRequestRequest()
-
-
Method Detail
-
builder
public static V20PresSendRequestRequest.V20PresSendRequestRequestBuilder builder()
-
getAutoVerify
public Boolean getAutoVerify()
-
getComment
public String getComment()
-
getConnectionId
public UUID getConnectionId()
-
getPresentationRequest
public V20PresRequestByFormat getPresentationRequest()
-
getTrace
public Boolean getTrace()
-
setAutoVerify
public void setAutoVerify(Boolean autoVerify)
-
setComment
public void setComment(String comment)
-
setConnectionId
public void setConnectionId(UUID connectionId)
-
setPresentationRequest
public void setPresentationRequest(V20PresRequestByFormat presentationRequest)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-