public class Description extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Description.Builder |
| Modifier and Type | Field and Description |
|---|---|
static Description |
EMPTY |
| Constructor and Description |
|---|
Description(String title,
String synopsis,
String image,
String thumbnail) |
| Modifier and Type | Method and Description |
|---|---|
Description.Builder |
copy() |
static Description.Builder |
description() |
boolean |
equals(Object that) |
String |
getImage() |
String |
getSynopsis() |
String |
getThumbnail() |
String |
getTitle() |
int |
hashCode() |
String |
toString() |
public static final Description EMPTY
public static final Description.Builder description()
public String getTitle()
public String getSynopsis()
public String getImage()
public String getThumbnail()
public Description.Builder copy()
Copyright © 2014. All rights reserved.