Class TagCreateRequest
java.lang.Object
com.gentics.contentnode.rest.model.request.TagCreateRequest
- Direct Known Subclasses:
ContentTagCreateRequest
Tag create request
- Author:
- norbert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the magic valuevoid
setConstructId
(Integer constructId) void
setKeyword
(String keyword) void
setMagicValue
(String magicValue) Set the magic value
-
Constructor Details
-
TagCreateRequest
public TagCreateRequest()Create an empty instance
-
-
Method Details
-
setMagicValue
Set the magic value- Parameters:
magicValue
- magic value
-
getMagicValue
Get the magic value- Returns:
- magic value
-
getConstructId
- Returns:
- the constructId
-
setConstructId
- Parameters:
constructId
- the constructId to set
-
getKeyword
- Returns:
- the keyword
-
setKeyword
- Parameters:
keyword
- the keyword to set
-