com.gentics.contentnode.rest.model.response.migration
Class MigrationGetLogResponse

java.lang.Object
  extended by com.gentics.contentnode.rest.model.response.GenericResponse
      extended by com.gentics.contentnode.rest.model.response.migration.MigrationGetLogResponse

public class MigrationGetLogResponse
extends GenericResponse

Response to request to retrieve log for a tag type migration

Author:
Taylor

Constructor Summary
MigrationGetLogResponse()
          Constructor used by JAXB
MigrationGetLogResponse(Message message, ResponseInfo responseInfo)
          Create an instance of the response with single message and response info
 
Method Summary
 String getLogContents()
          Returns the log file content
 void setLogContents(String logContents)
          Set the contents of the log
 
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationGetLogResponse

public MigrationGetLogResponse()
Constructor used by JAXB


MigrationGetLogResponse

public MigrationGetLogResponse(Message message,
                               ResponseInfo responseInfo)
Create an instance of the response with single message and response info

Parameters:
message - message
responseInfo - response info
Method Detail

getLogContents

public String getLogContents()
Returns the log file content

Returns:

setLogContents

public void setLogContents(String logContents)
Set the contents of the log

Parameters:
logContents -


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.