Class TagCreateResponse
java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TagCreateResponse
- All Implemented Interfaces:
Serializable
Resonse for a tag create request
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorTagCreateResponse
(Message message, ResponseInfo responseInfo, Tag tag) -
Method Summary
Methods inherited from class com.gentics.contentnode.rest.model.response.GenericResponse
addMessage, getMessages, getResponseInfo, setMessages, setResponseInfo
-
Constructor Details
-
TagCreateResponse
public TagCreateResponse()Empty constructor -
TagCreateResponse
- Parameters:
message
-responseInfo
-
-
-
Method Details
-
getTag
Get the tag- Returns:
- the tag
-
setTag
Set the tag- Parameters:
tag
- the tag to set
-