Class TargetDocument

java.lang.Object
io.atlasmap.v2.TargetDocument
All Implemented Interfaces:
Serializable

public class TargetDocument extends Object implements Serializable
See Also:
  • Field Details

    • body

      protected String body
    • docId

      protected String docId
  • Constructor Details

    • TargetDocument

      public TargetDocument()
  • Method Details

    • getBody

      public String getBody()
      Gets the value of the body property.
      Returns:
      possible object is String
    • setBody

      public void setBody(String value)
      Sets the value of the body property.
      Parameters:
      value - allowed object is String
    • getDocId

      public String getDocId()
      Gets the value of the docId property.
      Returns:
      possible object is String
    • setDocId

      public void setDocId(String value)
      Sets the value of the docId property.
      Parameters:
      value - allowed object is String