public class AttachmentSummaryImpl extends Object implements AttachmentSummary
| Modifier and Type | Field and Description |
|---|---|
protected String |
channel |
protected ClassificationSummary |
classificationSummary |
protected Instant |
created |
protected String |
id |
protected Instant |
modified |
protected ObjectReference |
objectReference |
protected Instant |
received |
protected String |
taskId |
| Modifier | Constructor and Description |
|---|---|
protected |
AttachmentSummaryImpl(AttachmentSummaryImpl copyFrom) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
AttachmentSummaryImpl |
copy()
Duplicates this AttachmentSummary without the id and taskId.
|
boolean |
equals(Object obj) |
String |
getChannel()
Gets the Channel on which the attachment was received.
|
ClassificationSummary |
getClassificationSummary()
Gets the classificationSummary of the attachment.
|
ClassificationSummaryImpl |
getClassificationSummaryImpl() |
Instant |
getCreated()
Gets the time when the attachment was created.
|
String |
getId()
Gets the id of the attachment.
|
Instant |
getModified()
Gets the time when the attachment was last modified.
|
ObjectReference |
getObjectReference()
Gets the
primaryObjectReference of the attachment. |
Instant |
getReceived()
Gets the time when the attachment was received.
|
String |
getTaskId()
Gets the id of the associated task.
|
int |
hashCode() |
void |
setChannel(String channel) |
void |
setClassificationSummary(ClassificationSummary classificationSummary) |
void |
setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary) |
void |
setCreated(Instant created) |
void |
setId(String id) |
void |
setModified(Instant modified) |
void |
setObjectReference(ObjectReference objectReference) |
void |
setReceived(Instant received) |
void |
setTaskId(String taskId) |
String |
toString() |
protected String id
protected String taskId
protected Instant created
protected Instant modified
protected ClassificationSummary classificationSummary
protected ObjectReference objectReference
protected String channel
protected Instant received
protected AttachmentSummaryImpl(AttachmentSummaryImpl copyFrom)
public String getId()
AttachmentSummarygetId in interface AttachmentSummarypublic void setId(String id)
public String getTaskId()
AttachmentSummarygetTaskId in interface AttachmentSummarypublic void setTaskId(String taskId)
public Instant getCreated()
AttachmentSummarygetCreated in interface AttachmentSummarypublic void setCreated(Instant created)
public Instant getModified()
AttachmentSummarygetModified in interface AttachmentSummarypublic void setModified(Instant modified)
public ObjectReference getObjectReference()
AttachmentSummaryprimaryObjectReference of the attachment.getObjectReference in interface AttachmentSummaryprimaryObjectReference of the attachmentpublic void setObjectReference(ObjectReference objectReference)
public String getChannel()
AttachmentSummarygetChannel in interface AttachmentSummarypublic void setChannel(String channel)
public ClassificationSummary getClassificationSummary()
AttachmentSummarygetClassificationSummary in interface AttachmentSummarypublic void setClassificationSummary(ClassificationSummary classificationSummary)
public Instant getReceived()
AttachmentSummarygetReceived in interface AttachmentSummarypublic void setReceived(Instant received)
public AttachmentSummaryImpl copy()
AttachmentSummarycopy in interface AttachmentSummarypublic ClassificationSummaryImpl getClassificationSummaryImpl()
public void setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.