public class Release extends AbstractJsonMapping
| Constructor and Description |
|---|
Release() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertification() |
String |
getCountry() |
String |
getNote() |
org.joda.time.LocalDate |
getReleaseDate() |
ReleaseType |
getReleaseType() |
void |
setCertification(String certification) |
void |
setCountry(String country) |
void |
setNote(String note) |
void |
setReleaseDate(org.joda.time.LocalDate releaseDate) |
void |
setReleaseType(ReleaseType releaseType) |
handleUnknown, toStringpublic String getCountry()
public void setCountry(String country)
public String getCertification()
public void setCertification(String certification)
public org.joda.time.LocalDate getReleaseDate()
public void setReleaseDate(org.joda.time.LocalDate releaseDate)
public ReleaseType getReleaseType()
public void setReleaseType(ReleaseType releaseType)
public String getNote()
public void setNote(String note)
Copyright © 2016-2017. All Rights Reserved.