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