Class PresentationProposal
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.PresentationProposal
-
public class PresentationProposal extends Object
PresentationProposal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPresentationProposal.PresentationProposalBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_IDstatic StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_PRESENTATION_PROPOSAL
-
Constructor Summary
Constructors Constructor Description PresentationProposal()PresentationProposal(String atId, String atType, String comment, IndyPresPreview presentationProposal)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PresentationProposal.PresentationProposalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAtId()StringgetAtType()StringgetComment()IndyPresPreviewgetPresentationProposal()inthashCode()voidsetAtId(String atId)voidsetAtType(String atType)voidsetComment(String comment)voidsetPresentationProposal(IndyPresPreview presentationProposal)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_ID
public static final String SERIALIZED_NAME_AT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AT_TYPE
public static final String SERIALIZED_NAME_AT_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMENT
public static final String SERIALIZED_NAME_COMMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PRESENTATION_PROPOSAL
public static final String SERIALIZED_NAME_PRESENTATION_PROPOSAL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PresentationProposal
public PresentationProposal(String atId, String atType, String comment, IndyPresPreview presentationProposal)
-
PresentationProposal
public PresentationProposal()
-
-
Method Detail
-
builder
public static PresentationProposal.PresentationProposalBuilder builder()
-
getAtId
public String getAtId()
-
getAtType
public String getAtType()
-
getComment
public String getComment()
-
getPresentationProposal
public IndyPresPreview getPresentationProposal()
-
setAtId
public void setAtId(String atId)
-
setAtType
public void setAtType(String atType)
-
setComment
public void setComment(String comment)
-
setPresentationProposal
public void setPresentationProposal(IndyPresPreview presentationProposal)
-
canEqual
protected boolean canEqual(Object other)
-
-