Class DTOMobileErrorLogInsert
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.mobile.core.rs3.errorlog.DTOMobileErrorLogInsert
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
DTO for insert mobile error log
- Since:
- 18.0
- See Also:
- GCApi:
- dto
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanGets the background.final ZonedDateTimegetDate()Gets the date.final StringGets the devicekey.final StringGets the exceptionmessage.final StringGets the exceptiontype.final StringGets the stacktrace.final LonggetUser()Gets the user.final voidsetBackground(boolean background) Sets the background.final voidsetDate(ZonedDateTime date) Sets the date.final voidsetDevicekey(String devicekey) Sets the devicekey.final voidsetExceptionmessage(String exceptionmessage) Sets the exceptionmessage.final voidsetExceptiontype(String exceptiontype) Sets the exceptiontype.final voidsetStacktrace(String stacktrace) Sets the stacktrace.final voidSets the user.Methods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DTOMobileErrorLogInsert
public DTOMobileErrorLogInsert()
-
-
Method Details
-
getDate
Gets the date.- Returns:
- the date
-
setDate
Sets the date.- Parameters:
date- the new date
-
getUser
Gets the user.- Returns:
- the user
-
setUser
Sets the user.- Parameters:
user- the new user
-
getDevicekey
Gets the devicekey.- Returns:
- the devicekey
-
setDevicekey
Sets the devicekey.- Parameters:
devicekey- the new devicekey
-
getExceptiontype
Gets the exceptiontype.- Returns:
- the exceptiontype
-
setExceptiontype
Sets the exceptiontype.- Parameters:
exceptiontype- the new exceptiontype
-
getExceptionmessage
Gets the exceptionmessage.- Returns:
- the exceptionmessage
-
setExceptionmessage
Sets the exceptionmessage.- Parameters:
exceptionmessage- the new exceptionmessage
-
getStacktrace
Gets the stacktrace.- Returns:
- the stacktrace
-
setStacktrace
Sets the stacktrace.- Parameters:
stacktrace- the new stacktrace
-
getBackground
public final boolean getBackground()Gets the background.- Returns:
- the background
-
setBackground
public final void setBackground(boolean background) Sets the background.- Parameters:
background- the new background
-