com.gentics.contentnode.rest.model.response
Class TagCreateResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TagCreateResponse
public class TagCreateResponse
- extends GenericResponse
Resonse for a tag create request
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagCreateResponse
public TagCreateResponse()
- Empty constructor
TagCreateResponse
public TagCreateResponse(Message message,
ResponseInfo responseInfo,
Tag tag)
- Parameters:
message
- responseInfo
-
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.