Class TagmapEntryResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.TagmapEntryResponse
All Implemented Interfaces:
Serializable

public class TagmapEntryResponse extends GenericResponse
Response containing a tagmap entry
See Also:
  • Constructor Details

    • TagmapEntryResponse

      public TagmapEntryResponse()
      Create empty instance
    • TagmapEntryResponse

      public TagmapEntryResponse(Message message, ResponseInfo responseInfo)
      Create instance with message and response info
      Parameters:
      message - message
      responseInfo - response info
    • TagmapEntryResponse

      public TagmapEntryResponse(TagmapEntryModel entry, ResponseInfo responseInfo)
      Create instance with response info and entry
      Parameters:
      entry - entry
      responseInfo - response info
  • Method Details

    • getEntry

      public TagmapEntryModel getEntry()
      Tagmap entry
      Returns:
      entry
    • setEntry

      public void setEntry(TagmapEntryModel entry)
      Set the entry
      Parameters:
      entry - entry