public class SymAttachmentInfo
extends java.lang.Object
| Constructor and Description | 
|---|
| SymAttachmentInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getId() | 
| java.lang.String | getName() | 
| java.lang.Long | getSize() | 
| java.util.List<SymThumbnailInfo> | getSymThumbnailInfos() | 
| void | setId(java.lang.String id) | 
| void | setName(java.lang.String name) | 
| void | setSize(java.lang.Long size) | 
| void | setSymThumbnailInfos(java.util.List<SymThumbnailInfo> symThumbnailInfos) | 
| static SymAttachmentInfo | toAttachmentInfo(org.symphonyoss.symphony.agent.model.AttachmentInfo attachmentInfo) | 
| static SymAttachmentInfo | toAttachmentInfo(org.symphonyoss.symphony.agent.model.V4AttachmentInfo attachmentInfo) | 
| static java.util.List<SymAttachmentInfo> | toAttachmentsInfo(java.util.List<org.symphonyoss.symphony.agent.model.AttachmentInfo> attachmentInfos) | 
| static java.util.List<SymAttachmentInfo> | toAttachmentsInfos(java.util.List<org.symphonyoss.symphony.agent.model.V4AttachmentInfo> attachmentInfos) | 
| static java.util.List<org.symphonyoss.symphony.agent.model.AttachmentInfo> | toV2AttachmentsInfo(java.util.List<SymAttachmentInfo> symAttachmentsInfo) | 
public java.lang.String getId()
public void setId(java.lang.String id)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.Long getSize()
public void setSize(java.lang.Long size)
public java.util.List<SymThumbnailInfo> getSymThumbnailInfos()
public void setSymThumbnailInfos(java.util.List<SymThumbnailInfo> symThumbnailInfos)
public static java.util.List<org.symphonyoss.symphony.agent.model.AttachmentInfo> toV2AttachmentsInfo(java.util.List<SymAttachmentInfo> symAttachmentsInfo)
public static SymAttachmentInfo toAttachmentInfo(org.symphonyoss.symphony.agent.model.AttachmentInfo attachmentInfo)
public static SymAttachmentInfo toAttachmentInfo(org.symphonyoss.symphony.agent.model.V4AttachmentInfo attachmentInfo)
public static java.util.List<SymAttachmentInfo> toAttachmentsInfo(java.util.List<org.symphonyoss.symphony.agent.model.AttachmentInfo> attachmentInfos)
public static java.util.List<SymAttachmentInfo> toAttachmentsInfos(java.util.List<org.symphonyoss.symphony.agent.model.V4AttachmentInfo> attachmentInfos)