Class DQLogEntry

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class DQLogEntry
    extends com.ibm.cloud.sdk.core.service.model.GenericModel
    Log entry for data quality check.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static interface  DQLogEntry.Level
      Log level indicating severity.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLevel()
      Gets the level.
      java.lang.String getMessage()
      Gets the message.
      java.util.Date getTimestamp()
      Gets the timestamp.
      • Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getLevel

        public java.lang.String getLevel()
        Gets the level. Log level indicating severity.
        Returns:
        the level
      • getMessage

        public java.lang.String getMessage()
        Gets the message. Log message content.
        Returns:
        the message
      • getTimestamp

        public java.util.Date getTimestamp()
        Gets the timestamp. Timestamp of the log entry in ISO 8601 format.
        Returns:
        the timestamp