public class MediaDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
altText |
protected long |
id |
protected String |
tags |
protected String |
title |
protected String |
url |
| Constructor and Description |
|---|
MediaDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAltText() |
Long |
getId() |
String |
getTags() |
String |
getTitle() |
String |
getUrl() |
boolean |
isUnwrappableAs(Class unwrapType) |
void |
setAltText(String altText) |
void |
setId(Long id) |
void |
setTags(String tags) |
void |
setTitle(String title) |
void |
setUrl(String url) |
<T> T |
unwrap(Class<T> unwrapType) |
protected long id
protected String url
protected String title
protected String altText
protected String tags
public Long getId()
public void setId(Long id)
public String getUrl()
public void setUrl(String url)
public String getTitle()
public void setTitle(String title)
public String getAltText()
public void setAltText(String altText)
public String getTags()
public void setTags(String tags)
public boolean isUnwrappableAs(Class unwrapType)
public <T> T unwrap(Class<T> unwrapType)
Copyright © 2017. All rights reserved.