public class ValidationItem extends Object implements DebugDumpable, ShortDumpable
INDENT_STRING| Constructor and Description |
|---|
ValidationItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
debugDump(int indent) |
ItemPath |
getItemPath() |
LocalizableMessage |
getMessage() |
OperationResultStatus |
getStatus() |
void |
setItemPath(ItemPath itemPath) |
void |
setMessage(LocalizableMessage message) |
void |
setStatus(OperationResultStatus status) |
void |
shortDump(StringBuilder sb)
Show the content of the object intended for diagnostics.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitdebugDump, debugDumpLazily, debugDumpLazilyshortDump, shortDumpLazilypublic OperationResultStatus getStatus()
public void setStatus(OperationResultStatus status)
public LocalizableMessage getMessage()
public void setMessage(LocalizableMessage message)
public ItemPath getItemPath()
public void setItemPath(ItemPath itemPath)
public String debugDump(int indent)
debugDump in interface DebugDumpablepublic void shortDump(StringBuilder sb)
ShortDumpableshortDump in interface ShortDumpablesb - StringBuilder to which to a compact one-line content of the object intended
for diagnostics by system administrator should be appended.Copyright © 2020 Evolveum. All rights reserved.