public class Language extends Object
Movie
, and describes a
language that
is spoken during the movie.Constructor and Description |
---|
Language() |
Modifier and Type | Method and Description |
---|---|
String |
getLanguage()
Gets the name of the language, for example "English".
|
String |
getNote()
Gets an informational attribute, for example stating in which context
the language is used.
|
String |
toString()
Generates a JSON string representing this Language object.
|
Copyright © 2017. All rights reserved.