Class TaskAttachment
- java.lang.Object
-
- org.kie.server.api.model.instance.TaskAttachment
-
public class TaskAttachment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTaskAttachment.Builder
-
Constructor Summary
Constructors Constructor Description TaskAttachment()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TaskAttachment.Builderbuilder()DategetAddedAt()StringgetAddedBy()LonggetAttachmentContentId()StringgetContentType()LonggetId()StringgetName()IntegergetSize()voidsetAddedAt(Date addedAt)voidsetAddedBy(String addedBy)voidsetAttachmentContentId(Long attachmentContentId)voidsetContentType(String contentType)voidsetId(Long id)voidsetName(String name)voidsetSize(Integer size)StringtoString()
-
-
-
Method Detail
-
builder
public static TaskAttachment.Builder builder()
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getAddedBy
public String getAddedBy()
-
setAddedBy
public void setAddedBy(String addedBy)
-
getAddedAt
public Date getAddedAt()
-
setAddedAt
public void setAddedAt(Date addedAt)
-
getContentType
public String getContentType()
-
setContentType
public void setContentType(String contentType)
-
getSize
public Integer getSize()
-
setSize
public void setSize(Integer size)
-
getAttachmentContentId
public Long getAttachmentContentId()
-
setAttachmentContentId
public void setAttachmentContentId(Long attachmentContentId)
-
-