Class LanguageResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.LanguageResponse
-
- All Implemented Interfaces:
Serializable
public class LanguageResponse extends GenericResponse
Response containing the current session language- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LanguageResponse()
Create an empty instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
Get the language codevoid
setCode(String code)
Set the language code-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Field Detail
-
code
protected String code
Language code of the language
-
-