public class CommonAttachmentImpl extends Object implements CommonAttachment
| Constructor and Description |
|---|
CommonAttachmentImpl(String filename,
String contentType,
int length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getContentType() |
String |
getFilename() |
int |
getLength() |
int |
hashCode() |
public String getFilename()
getFilename in interface CommonAttachmentpublic String getContentType()
getContentType in interface CommonAttachmentpublic int getLength()
getLength in interface CommonAttachmentCopyright © 2002-2021 Atlassian. All Rights Reserved.