Class Audit

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

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

  • Constructor Details

    • Audit

      public Audit()
  • Method Details

    • getMessage

      public String getMessage()
      Gets the value of the message property.
      Returns:
      possible object is String
    • setMessage

      public void setMessage(String value)
      Sets the value of the message 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
    • getDocName

      public String getDocName()
      Gets the value of the docName property.
      Returns:
      possible object is String
    • setDocName

      public void setDocName(String value)
      Sets the value of the docName property.
      Parameters:
      value - allowed object is String
    • getPath

      public String getPath()
      Gets the value of the path property.
      Returns:
      possible object is String
    • setPath

      public void setPath(String value)
      Sets the value of the path property.
      Parameters:
      value - allowed object is String
    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • getStatus

      public AuditStatus getStatus()
      Gets the value of the status property.
      Returns:
      possible object is AuditStatus
    • setStatus

      public void setStatus(AuditStatus value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is AuditStatus