public class RunningTime extends Object
Movie
object, and describes the
running time
of the movie in minutes. There is usually only one running time, but there may
be several different values if there are different versions of the movie with
different lengths.Constructor and Description |
---|
RunningTime() |
Modifier and Type | Method and Description |
---|---|
String |
getNote()
Gets an informational attribute about the running time, for example describing
which version of the movie it applies to.
|
String |
getRunningTime()
Gets the running time, either just the number of minutes, or the number of
minutes prefixed with a country, such as "Brazil:58" if different
countries have different versions of the movie.
|
String |
toString()
Generates a JSON string representing this RunningTime object.
|
public String getRunningTime()
public String getNote()
Copyright © 2016. All rights reserved.