|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TagCreateResponse
public class TagCreateResponse
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 |
---|
public TagCreateResponse()
public TagCreateResponse(Message message, ResponseInfo responseInfo, Tag tag)
message
- responseInfo
- Method Detail |
---|
public Tag getTag()
public void setTag(Tag tag)
tag
- the tag to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |