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() |
String |
getType() |
int |
hashCode() |
Attachment |
id(String id) |
void |
setContentType(String contentType) |
void |
setId(String id) |
void |
setSize(Long size) |
void |
setType(String type) |
Attachment |
size(Long size) |
String |
toString() |
Attachment |
type(String type) |
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)
public Attachment type(String type)
public String getType()
public void setType(String type)
Copyright © 2017 Metatavu Oy. All rights reserved.