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 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:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcausestatic QNameCOMPLEX_TYPEprotected List<String>contentstatic ItemNameF_CAUSEstatic ItemNameF_CONTENTstatic ItemNameF_NODE_IDENTIFIERstatic ItemNameF_TIMESTAMPstatic ItemNameF_TYPEprotected StringnodeIdentifierprotected XMLGregorianCalendartimestampprotected Stringtype
-
Constructor Summary
Constructors Constructor Description DiagnosticInformationType()DiagnosticInformationType(DiagnosticInformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)DiagnosticInformationTypecause(String value)DiagnosticInformationTypeclone()DiagnosticInformationTypecontent(String value)booleanequals(Object other, StructuredEqualsStrategy strategy)StringgetCause()List<String>getContent()StringgetNodeIdentifier()XMLGregorianCalendargetTimestamp()StringgetType()inthashCode(StructuredHashCodeStrategy strategy)DiagnosticInformationTypenodeIdentifier(String value)voidsetCause(String value)voidsetNodeIdentifier(String value)voidsetTimestamp(XMLGregorianCalendar value)voidsetType(String value)DiagnosticInformationTypetimestamp(String value)DiagnosticInformationTypetimestamp(XMLGregorianCalendar value)DiagnosticInformationTypetype(String value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
timestamp
protected XMLGregorianCalendar timestamp
-
type
protected String type
-
cause
protected String cause
-
nodeIdentifier
protected String nodeIdentifier
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TIMESTAMP
public static final ItemName F_TIMESTAMP
-
F_TYPE
public static final ItemName F_TYPE
-
F_CAUSE
public static final ItemName F_CAUSE
-
F_NODE_IDENTIFIER
public static final ItemName F_NODE_IDENTIFIER
-
F_CONTENT
public static final ItemName F_CONTENT
-
-
Constructor Detail
-
DiagnosticInformationType
public DiagnosticInformationType()
-
DiagnosticInformationType
public DiagnosticInformationType(DiagnosticInformationType other)
-
-
Method Detail
-
getTimestamp
public XMLGregorianCalendar getTimestamp()
-
setTimestamp
public void setTimestamp(XMLGregorianCalendar value)
-
getType
public String getType()
-
setType
public void setType(String value)
-
getCause
public String getCause()
-
setCause
public void setCause(String value)
-
getNodeIdentifier
public String getNodeIdentifier()
-
setNodeIdentifier
public void setNodeIdentifier(String value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
timestamp
public DiagnosticInformationType timestamp(XMLGregorianCalendar value)
-
timestamp
public DiagnosticInformationType timestamp(String value)
-
type
public DiagnosticInformationType type(String value)
-
cause
public DiagnosticInformationType cause(String value)
-
nodeIdentifier
public DiagnosticInformationType nodeIdentifier(String value)
-
content
public DiagnosticInformationType content(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public DiagnosticInformationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-