public class AttachmentSummaryImpl extends Object implements AttachmentSummary
| Modifier and Type | Method and Description |
|---|---|
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() |
java.time.Instant |
getCreated()
Gets the time when the attachment was created.
|
String |
getId()
Gets the id of the attachment.
|
java.time.Instant |
getModified()
Gets the time when the attachment was last modified.
|
ObjectReference |
getObjectReference()
Gets the
primaryObjectReference of the attachment. |
java.time.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(java.time.Instant created) |
void |
setId(String id) |
void |
setModified(java.time.Instant modified) |
void |
setObjectReference(ObjectReference objectReference) |
void |
setReceived(java.time.Instant received) |
void |
setTaskId(String taskId) |
String |
toString() |
public String getId()
AttachmentSummarygetId in interface AttachmentSummarypublic void setId(String id)
public String getTaskId()
AttachmentSummarygetTaskId in interface AttachmentSummarypublic void setTaskId(String taskId)
public java.time.Instant getCreated()
AttachmentSummarygetCreated in interface AttachmentSummarypublic void setCreated(java.time.Instant created)
public java.time.Instant getModified()
AttachmentSummarygetModified in interface AttachmentSummarypublic void setModified(java.time.Instant modified)
public ClassificationSummary getClassificationSummary()
AttachmentSummarygetClassificationSummary in interface AttachmentSummarypublic void setClassificationSummary(ClassificationSummary classificationSummary)
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 ClassificationSummaryImpl getClassificationSummaryImpl()
public void setClassificationSummaryImpl(ClassificationSummaryImpl classificationSummary)
public java.time.Instant getReceived()
AttachmentSummarygetReceived in interface AttachmentSummarypublic void setReceived(java.time.Instant received)
Copyright © 2019. All rights reserved.