Class LogFileContentType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LogFileContentType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class LogFileContentType extends com.evolveum.midpoint.prism.impl.binding.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 protected long
at
protected boolean
complete
static QName
COMPLEX_TYPE
protected String
content
static ItemName
F_AT
static ItemName
F_COMPLETE
static ItemName
F_CONTENT
static ItemName
F_LOG_FILE_SIZE
protected long
logFileSize
-
Constructor Summary
Constructors Constructor Description LogFileContentType()
LogFileContentType(LogFileContentType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
LogFileContentType
at(Long value)
LogFileContentType
clone()
LogFileContentType
complete(Boolean value)
LogFileContentType
content(String value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
long
getAt()
String
getContent()
long
getLogFileSize()
int
hashCode(StructuredHashCodeStrategy strategy)
boolean
isComplete()
LogFileContentType
logFileSize(Long value)
void
setAt(Long value)
void
setComplete(Boolean value)
void
setContent(String value)
void
setLogFileSize(Long value)
-
-
-
Field Detail
-
content
protected String content
-
at
protected long at
-
complete
protected boolean complete
-
logFileSize
protected long logFileSize
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CONTENT
public static final ItemName F_CONTENT
-
F_AT
public static final ItemName F_AT
-
F_COMPLETE
public static final ItemName F_COMPLETE
-
F_LOG_FILE_SIZE
public static final ItemName F_LOG_FILE_SIZE
-
-
Constructor Detail
-
LogFileContentType
public LogFileContentType()
-
LogFileContentType
public LogFileContentType(LogFileContentType other)
-
-
Method Detail
-
getContent
public String getContent()
-
setContent
public void setContent(String value)
-
getAt
public long getAt()
-
setAt
public void setAt(Long value)
-
isComplete
public boolean isComplete()
-
setComplete
public void setComplete(Boolean value)
-
getLogFileSize
public long getLogFileSize()
-
setLogFileSize
public void setLogFileSize(Long value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
content
public LogFileContentType content(String value)
-
at
public LogFileContentType at(Long value)
-
complete
public LogFileContentType complete(Boolean value)
-
logFileSize
public LogFileContentType logFileSize(Long value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
clone
public LogFileContentType clone()
- Specified by:
clone
in interfacePlainStructured
- Specified by:
clone
in classcom.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
-