com.gentics.contentnode.rest.model.response
Class LocalizationInfo
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.LocalizationInfo
- All Implemented Interfaces:
- Serializable
public class LocalizationInfo
- extends GenericResponse
- implements Serializable
REST Model for localization info
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalizationInfo
public LocalizationInfo()
- Create empty instance
LocalizationInfo
public LocalizationInfo(Message message,
ResponseInfo responseInfo)
- Create instance with given message and response info
- Parameters:
message
- messageresponseInfo
- response info
getChannels
public List<ChannelLocalizationInfo> getChannels()
- Returns:
- the channels
setChannels
public void setChannels(List<ChannelLocalizationInfo> channels)
- Parameters:
channels
- the channels to set
Copyright © 2014 Gentics Software GmbH. All Rights Reserved.