Class LensContextStatsType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LensContextStatsType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class LensContextStatsType extends AbstractPlainStructured
- 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 static QNameCOMPLEX_TYPEstatic ItemNameF_REQUEST_TIMESTAMPprotected XMLGregorianCalendarrequestTimestamp
-
Constructor Summary
Constructors Constructor Description LensContextStatsType()LensContextStatsType(LensContextStatsType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)LensContextStatsTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)XMLGregorianCalendargetRequestTimestamp()inthashCode(StructuredHashCodeStrategy strategy)LensContextStatsTyperequestTimestamp(String value)LensContextStatsTyperequestTimestamp(XMLGregorianCalendar value)voidsetRequestTimestamp(XMLGregorianCalendar value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
requestTimestamp
protected XMLGregorianCalendar requestTimestamp
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_REQUEST_TIMESTAMP
public static final ItemName F_REQUEST_TIMESTAMP
-
-
Constructor Detail
-
LensContextStatsType
public LensContextStatsType()
-
LensContextStatsType
public LensContextStatsType(LensContextStatsType other)
-
-
Method Detail
-
getRequestTimestamp
public XMLGregorianCalendar getRequestTimestamp()
-
setRequestTimestamp
public void setRequestTimestamp(XMLGregorianCalendar 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
-
requestTimestamp
public LensContextStatsType requestTimestamp(XMLGregorianCalendar value)
-
requestTimestamp
public LensContextStatsType requestTimestamp(String value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public LensContextStatsType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-