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