com.gentics.contentnode.rest.model.response
Class TagCreateResponse

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

public class TagCreateResponse
extends GenericResponse

Resonse for a tag create request


Constructor Summary
TagCreateResponse()
          Empty constructor
TagCreateResponse(Message message, ResponseInfo responseInfo, Tag tag)
           
 
Method Summary
 Tag getTag()
          Get the tag
 void setTag(Tag tag)
          Set the tag
 
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

TagCreateResponse

public TagCreateResponse()
Empty constructor


TagCreateResponse

public TagCreateResponse(Message message,
                         ResponseInfo responseInfo,
                         Tag tag)
Parameters:
message -
responseInfo -
Method Detail

getTag

public Tag getTag()
Get the tag

Returns:
the tag

setTag

public void setTag(Tag tag)
Set the tag

Parameters:
tag - the tag to set


Copyright © 2015 Gentics Software GmbH. All Rights Reserved.