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

public class DTOMobileErrorLogInsert extends DynO
DTO for insert mobile error log
Since:
18.0
See Also:
GCApi:
dto
  • Constructor Details

    • DTOMobileErrorLogInsert

      public DTOMobileErrorLogInsert()
  • Method Details

    • getDate

      public final ZonedDateTime getDate()
      Gets the date.
      Returns:
      the date
    • setDate

      public final void setDate(ZonedDateTime date)
      Sets the date.
      Parameters:
      date - the new date
    • getUser

      public final Long getUser()
      Gets the user.
      Returns:
      the user
    • setUser

      public final void setUser(Long user)
      Sets the user.
      Parameters:
      user - the new user
    • getDevicekey

      public final String getDevicekey()
      Gets the devicekey.
      Returns:
      the devicekey
    • setDevicekey

      public final void setDevicekey(String devicekey)
      Sets the devicekey.
      Parameters:
      devicekey - the new devicekey
    • getExceptiontype

      public final String getExceptiontype()
      Gets the exceptiontype.
      Returns:
      the exceptiontype
    • setExceptiontype

      public final void setExceptiontype(String exceptiontype)
      Sets the exceptiontype.
      Parameters:
      exceptiontype - the new exceptiontype
    • getExceptionmessage

      public final String getExceptionmessage()
      Gets the exceptionmessage.
      Returns:
      the exceptionmessage
    • setExceptionmessage

      public final void setExceptionmessage(String exceptionmessage)
      Sets the exceptionmessage.
      Parameters:
      exceptionmessage - the new exceptionmessage
    • getStacktrace

      public final String getStacktrace()
      Gets the stacktrace.
      Returns:
      the stacktrace
    • setStacktrace

      public final void setStacktrace(String stacktrace)
      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