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 CommonAttachment
public String getContentType()
getContentType
in interface CommonAttachment
public int getLength()
getLength
in interface CommonAttachment
Copyright © 2002-2021 Atlassian. All Rights Reserved.