Class V20Pres
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.V20Pres
-
public class V20Pres extends Object
V20Pres
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV20Pres.V20PresBuilder
-
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_PRESENTATIONS_TILDE_ATTACH
-
Constructor Summary
Constructors Constructor Description V20Pres()V20Pres(String atId, String atType, String comment, List<V20PresFormat> formats, List<AttachDecorator> presentationsTildeAttach)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static V20Pres.V20PresBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAtId()StringgetAtType()StringgetComment()List<V20PresFormat>getFormats()List<AttachDecorator>getPresentationsTildeAttach()inthashCode()voidsetAtId(String atId)voidsetAtType(String atType)voidsetComment(String comment)voidsetFormats(List<V20PresFormat> formats)voidsetPresentationsTildeAttach(List<AttachDecorator> presentationsTildeAttach)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_PRESENTATIONS_TILDE_ATTACH
public static final String SERIALIZED_NAME_PRESENTATIONS_TILDE_ATTACH
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
V20Pres
public V20Pres(String atId, String atType, String comment, List<V20PresFormat> formats, List<AttachDecorator> presentationsTildeAttach)
-
V20Pres
public V20Pres()
-
-
Method Detail
-
builder
public static V20Pres.V20PresBuilder builder()
-
getAtId
public String getAtId()
-
getAtType
public String getAtType()
-
getComment
public String getComment()
-
getFormats
public List<V20PresFormat> getFormats()
-
getPresentationsTildeAttach
public List<AttachDecorator> getPresentationsTildeAttach()
-
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)
-
setPresentationsTildeAttach
public void setPresentationsTildeAttach(List<AttachDecorator> presentationsTildeAttach)
-
canEqual
protected boolean canEqual(Object other)
-
-