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 Details

    • TagCreateRequest

      public TagCreateRequest()
      Create an empty instance
  • Method Details

    • 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