Class TagCreateResponse
- java.lang.Object
-
- com.gentics.contentnode.rest.model.response.GenericResponse
-
- com.gentics.contentnode.rest.model.response.TagCreateResponse
-
- All Implemented Interfaces:
Serializable
public class TagCreateResponse extends GenericResponse
Resonse for a tag create request- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagCreateResponse()
Empty constructorTagCreateResponse(Message message, ResponseInfo responseInfo, Tag tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tag
getTag()
Get the tagvoid
setTag(Tag tag)
Set the tag-
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
-
-
-
Constructor Detail
-
TagCreateResponse
public TagCreateResponse()
Empty constructor
-
TagCreateResponse
public TagCreateResponse(Message message, ResponseInfo responseInfo, Tag tag)
- Parameters:
message
-responseInfo
-
-
-