Class BOOssResponseLogLevel

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.scheduling.bl.oss.response.BOOssResponseLogLevel
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

public class BOOssResponseLogLevel extends DynO
Business object representing an OSS response log level.
Since:
22.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOOssResponseLogLevel

      public BOOssResponseLogLevel()
  • Method Details

    • getId

      public Long getId()
      Returns the id of the OSS response log level.
      Returns:
      the OSS response log level id
    • setId

      public void setId(Long id)
      Sets the id of the OSS response log level.
      Parameters:
      id - the OSS response log level id
    • getCode

      public String getCode()
      Returns the code of the OSS response log level.
      Returns:
      the OSS response log level code
    • setCode

      public void setCode(String code)
      Sets the code of the OSS response log level.
      Parameters:
      code - the OSS response log level code
    • getDescription

      public LocalizedString getDescription()
      Returns the description of the OSS response log level.
      Returns:
      the OSS response log level description
    • setDescription

      public void setDescription(LocalizedString description)
      Sets the description of the OSS response log level.
      Parameters:
      description - the OSS response log level description