public class ReleaseDate extends Object
Movie
object, and describes the
release date of the
movie in a particular country.
for this movie. The information is structured as a map, where the key is a country name
(for example, "USA") and the value is a list of dates at which the movie was
released in that country.Constructor and Description |
---|
ReleaseDate() |
Modifier and Type | Method and Description |
---|---|
String |
getNote()
Gets an informational attribute about the movie release.
|
String |
getReleaseDate()
Gets the date on which the movie released.
|
String |
toString()
Generates a JSON string representing this ReleaseDate object.
|
public String getReleaseDate()
public String getNote()
Copyright © 2017. All rights reserved.