public class Attachment extends Object
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
contentType(String contentType) |
boolean |
equals(Object o) |
String |
getContentType() |
String |
getId() |
Long |
getSize() |
int |
hashCode() |
Attachment |
id(String id) |
void |
setContentType(String contentType) |
void |
setId(String id) |
void |
setSize(Long size) |
Attachment |
size(Long size) |
String |
toString() |
public Attachment id(String id)
public String getId()
public void setId(String id)
public Attachment contentType(String contentType)
public String getContentType()
public void setContentType(String contentType)
public Attachment size(Long size)
public Long getSize()
public void setSize(Long size)
Copyright © 2017 Metatavu Oy. All rights reserved.