Class MigrationPartsResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationPartsResponse
- All Implemented Interfaces:
Serializable
Response to request to load parts for a given tag
- Author:
- Taylor
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor used by JAXBMigrationPartsResponse
(Message message, ResponseInfo responseInfo) Create an instance of the response with single message and response info -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
MigrationPartsResponse
public MigrationPartsResponse()Constructor used by JAXB -
MigrationPartsResponse
Create an instance of the response with single message and response info- Parameters:
message
- messageresponseInfo
- response info
-
-
Method Details
-
getParts
Returns the list of parts for this response- Returns:
-
setParts
Sets the list of parts for this reponse- Parameters:
parts
-
-