Package io.atlasmap.v2
Class Audit
java.lang.Object
io.atlasmap.v2.Audit
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDocId()
Gets the value of the docId property.Gets the value of the docName property.Gets the value of the message property.getPath()
Gets the value of the path property.Gets the value of the status property.getValue()
Gets the value of the value property.void
Sets the value of the docId property.void
setDocName
(String value) Sets the value of the docName property.void
setMessage
(String value) Sets the value of the message property.void
Sets the value of the path property.void
setStatus
(AuditStatus value) Sets the value of the status property.void
Sets the value of the value property.
-
Field Details
-
message
-
docId
-
docName
-
path
-
value
-
status
-
-
Constructor Details
-
Audit
public Audit()
-
-
Method Details
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
String
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isString
-
getDocId
Gets the value of the docId property.- Returns:
- possible object is
String
-
setDocId
Sets the value of the docId property.- Parameters:
value
- allowed object isString
-
getDocName
Gets the value of the docName property.- Returns:
- possible object is
String
-
setDocName
Sets the value of the docName property.- Parameters:
value
- allowed object isString
-
getPath
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
Sets the value of the path property.- Parameters:
value
- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
AuditStatus
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isAuditStatus
-