Class V20PresProposal
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20PresProposal
-
public class V20PresProposal extends Object
V20PresProposal
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20PresProposal.V20PresProposalBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_IDstatic StringSERIALIZED_NAME_AT_TYPEstatic StringSERIALIZED_NAME_COMMENTstatic StringSERIALIZED_NAME_FORMATSstatic StringSERIALIZED_NAME_PROPOSALS_TILDE_ATTACH
-
Constructor Summary
Constructors Constructor Description V20PresProposal()V20PresProposal(String atId, String atType, String comment, List<V20PresFormat> formats, List<AttachDecorator> proposalsTildeAttach)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20PresProposal.V20PresProposalBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAtId()StringgetAtType()StringgetComment()List<V20PresFormat>getFormats()List<AttachDecorator>getProposalsTildeAttach()inthashCode()voidsetAtId(String atId)voidsetAtType(String atType)voidsetComment(String comment)voidsetFormats(List<V20PresFormat> formats)voidsetProposalsTildeAttach(List<AttachDecorator> proposalsTildeAttach)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_FORMATS
public static final String SERIALIZED_NAME_FORMATS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PROPOSALS_TILDE_ATTACH
public static final String SERIALIZED_NAME_PROPOSALS_TILDE_ATTACH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20PresProposal
public V20PresProposal(String atId, String atType, String comment, List<V20PresFormat> formats, List<AttachDecorator> proposalsTildeAttach)
-
V20PresProposal
public V20PresProposal()
-
-
Method Detail
-
builder
public static V20PresProposal.V20PresProposalBuilder builder()
-
getAtId
public String getAtId()
-
getAtType
public String getAtType()
-
getComment
public String getComment()
-
getFormats
public List<V20PresFormat> getFormats()
-
getProposalsTildeAttach
public List<AttachDecorator> getProposalsTildeAttach()
-
setAtId
public void setAtId(String atId)
-
setAtType
public void setAtType(String atType)
-
setComment
public void setComment(String comment)
-
setFormats
public void setFormats(List<V20PresFormat> formats)
-
setProposalsTildeAttach
public void setProposalsTildeAttach(List<AttachDecorator> proposalsTildeAttach)
-
canEqual
protected boolean canEqual(Object other)
-
-