Class MigrationPartsResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.migration.MigrationPartsResponse
All Implemented Interfaces:
Serializable

public class MigrationPartsResponse extends GenericResponse
Response to request to load parts for a given tag
Author:
Taylor
See Also:
  • Constructor Details

    • MigrationPartsResponse

      public MigrationPartsResponse()
      Constructor used by JAXB
    • MigrationPartsResponse

      public MigrationPartsResponse(Message message, ResponseInfo responseInfo)
      Create an instance of the response with single message and response info
      Parameters:
      message - message
      responseInfo - response info
  • Method Details

    • getParts

      public List<Part> getParts()
      Returns the list of parts for this response
      Returns:
    • setParts

      public void setParts(List<Part> parts)
      Sets the list of parts for this reponse
      Parameters:
      parts -