Package io.atlasmap.v2
Class Validation
java.lang.Object
io.atlasmap.v2.Validation
- 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.getId()
Deprecated.Gets the value of the message property.getScope()
Gets the value of the scope property.Gets the value of the status property.void
Sets the value of the docId property.void
setDocName
(String value) Sets the value of the docName property.void
Deprecated.UsesetDocId(String)
insteadvoid
setMessage
(String value) Sets the value of the message property.void
setScope
(ValidationScope value) Sets the value of the scope property.void
setStatus
(ValidationStatus value) Sets the value of the status property.
-
Field Details
-
message
-
id
Deprecated. -
docId
-
docName
-
scope
-
status
-
-
Constructor Details
-
Validation
public Validation()
-
-
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
-
getId
Deprecated.UsegetDocId()
insteadGets the value of the id property.- Returns:
- possible object is
String
-
setId
Deprecated.UsesetDocId(String)
insteadSets the value of the id 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
-
getScope
Gets the value of the scope property.- Returns:
- possible object is
ValidationScope
-
setScope
Sets the value of the scope property.- Parameters:
value
- allowed object isValidationScope
-
getStatus
Gets the value of the status property.- Returns:
- possible object is
ValidationStatus
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isValidationStatus
-
getDocId()
instead