@Immutable @ParametersAreNonnullByDefault public class TemporaryWebAttachment extends Object
Constructor and Description |
---|
TemporaryWebAttachment(TemporaryAttachmentId temporaryAttachmentId,
String filename,
String contentType,
String formToken,
long size,
org.joda.time.DateTime created) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getContentType() |
org.joda.time.DateTime |
getCreated() |
String |
getFilename() |
String |
getFormToken() |
long |
getSize() |
String |
getStringId() |
TemporaryAttachmentId |
getTemporaryAttachmentId() |
int |
hashCode() |
String |
toString() |
public TemporaryWebAttachment(TemporaryAttachmentId temporaryAttachmentId, String filename, String contentType, String formToken, long size, org.joda.time.DateTime created)
public TemporaryAttachmentId getTemporaryAttachmentId()
public String getStringId()
public String getFilename()
public String getContentType()
public String getFormToken()
public long getSize()
public org.joda.time.DateTime getCreated()
Copyright © 2002-2017 Atlassian. All Rights Reserved.