Class DiagnosticInformationType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.DiagnosticInformationType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class DiagnosticInformationType
extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
A diagnostic information attached to an object.
It can be put there because of a user request or by midPoint itself.
EXPERIMENTAL.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) getCause()
getType()
int
hashCode
(StructuredHashCodeStrategy strategy) nodeIdentifier
(String value) void
void
setNodeIdentifier
(String value) void
setTimestamp
(XMLGregorianCalendar value) void
timestamp
(XMLGregorianCalendar value) Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
timestamp
-
type
-
cause
-
nodeIdentifier
-
-
COMPLEX_TYPE
-
F_TIMESTAMP
-
F_TYPE
-
F_CAUSE
-
F_NODE_IDENTIFIER
-
F_CONTENT
-
-
Constructor Details
-
DiagnosticInformationType
public DiagnosticInformationType() -
DiagnosticInformationType
-
-
Method Details
-
getTimestamp
-
setTimestamp
-
getType
-
setType
-
getCause
-
setCause
-
getNodeIdentifier
-
setNodeIdentifier
-
getContent
-
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
timestamp
-
timestamp
-
type
-
cause
-
nodeIdentifier
-
content
-
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-