Class V10PresentationProposalRequest
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V10PresentationProposalRequest
-
public class V10PresentationProposalRequest extends Object
V10PresentationProposalRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV10PresentationProposalRequest.V10PresentationProposalRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AUTO_PRESENTstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_CONNECTION_IDstatic StringSERIALIZED_NAME_PRESENTATION_PROPOSALstatic StringSERIALIZED_NAME_TRACE
-
Constructor Summary
Constructors Constructor Description V10PresentationProposalRequest()V10PresentationProposalRequest(Boolean autoPresent, String comment, UUID connectionId, IndyPresPreview presentationProposal, Boolean trace)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V10PresentationProposalRequest.V10PresentationProposalRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)BooleangetAutoPresent()StringgetComment()UUIDgetConnectionId()IndyPresPreviewgetPresentationProposal()BooleangetTrace()inthashCode()voidsetAutoPresent(Boolean autoPresent)voidsetComment(String comment)voidsetConnectionId(UUID connectionId)voidsetPresentationProposal(IndyPresPreview presentationProposal)voidsetTrace(Boolean trace)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AUTO_PRESENT
public static final String SERIALIZED_NAME_AUTO_PRESENT
- 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_PROPOSAL
public static final String SERIALIZED_NAME_PRESENTATION_PROPOSAL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRACE
public static final String SERIALIZED_NAME_TRACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V10PresentationProposalRequest
public V10PresentationProposalRequest(Boolean autoPresent, String comment, UUID connectionId, IndyPresPreview presentationProposal, Boolean trace)
-
V10PresentationProposalRequest
public V10PresentationProposalRequest()
-
-
Method Detail
-
builder
public static V10PresentationProposalRequest.V10PresentationProposalRequestBuilder builder()
-
getAutoPresent
public Boolean getAutoPresent()
-
getComment
public String getComment()
-
getConnectionId
public UUID getConnectionId()
-
getPresentationProposal
public IndyPresPreview getPresentationProposal()
-
getTrace
public Boolean getTrace()
-
setAutoPresent
public void setAutoPresent(Boolean autoPresent)
-
setComment
public void setComment(String comment)
-
setConnectionId
public void setConnectionId(UUID connectionId)
-
setPresentationProposal
public void setPresentationProposal(IndyPresPreview presentationProposal)
-
setTrace
public void setTrace(Boolean trace)
-
canEqual
protected boolean canEqual(Object other)
-
-