Class AttachDecorator
- java.lang.Object
-
- org.hyperledger.acy_py.generated.model.AttachDecorator
-
public class AttachDecorator extends Object
AttachDecorator
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttachDecorator.AttachDecoratorBuilder
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_AT_IDstatic StringSERIALIZED_NAME_BYTE_COUNTstatic StringSERIALIZED_NAME_DATAstatic StringSERIALIZED_NAME_DESCRIPTIONstatic StringSERIALIZED_NAME_FILENAMEstatic StringSERIALIZED_NAME_LASTMOD_TIMEstatic StringSERIALIZED_NAME_MIME_TYPE
-
Constructor Summary
Constructors Constructor Description AttachDecorator()AttachDecorator(String atId, Integer byteCount, AttachDecoratorData data, String description, String filename, String lastmodTime, String mimeType)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttachDecorator.AttachDecoratorBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetAtId()IntegergetByteCount()AttachDecoratorDatagetData()StringgetDescription()StringgetFilename()StringgetLastmodTime()StringgetMimeType()inthashCode()voidsetAtId(String atId)voidsetByteCount(Integer byteCount)voidsetData(AttachDecoratorData data)voidsetDescription(String description)voidsetFilename(String filename)voidsetLastmodTime(String lastmodTime)voidsetMimeType(String mimeType)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_AT_ID
public static final String SERIALIZED_NAME_AT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BYTE_COUNT
public static final String SERIALIZED_NAME_BYTE_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DATA
public static final String SERIALIZED_NAME_DATA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_DESCRIPTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FILENAME
public static final String SERIALIZED_NAME_FILENAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LASTMOD_TIME
public static final String SERIALIZED_NAME_LASTMOD_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MIME_TYPE
public static final String SERIALIZED_NAME_MIME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
builder
public static AttachDecorator.AttachDecoratorBuilder builder()
-
getAtId
public String getAtId()
-
getByteCount
public Integer getByteCount()
-
getData
public AttachDecoratorData getData()
-
getDescription
public String getDescription()
-
getFilename
public String getFilename()
-
getLastmodTime
public String getLastmodTime()
-
getMimeType
public String getMimeType()
-
setAtId
public void setAtId(String atId)
-
setByteCount
public void setByteCount(Integer byteCount)
-
setData
public void setData(AttachDecoratorData data)
-
setDescription
public void setDescription(String description)
-
setFilename
public void setFilename(String filename)
-
setLastmodTime
public void setLastmodTime(String lastmodTime)
-
setMimeType
public void setMimeType(String mimeType)
-
canEqual
protected boolean canEqual(Object other)
-
-