Class TethysLogDataUnit

java.lang.Object
PamguardMVC.PamDataUnit
tethys.database.TethysLogDataUnit
All Implemented Interfaces:
Comparable

public class TethysLogDataUnit extends PamDataUnit
  • Constructor Details Link icon

    • TethysLogDataUnit Link icon

      public TethysLogDataUnit(long timeMilliseconds, String collection, String documentId, TethysActions action, boolean success, String comment)
  • Method Details Link icon

    • getCollection Link icon

      public String getCollection()
      Returns:
      the collection
    • getDocumentId Link icon

      public String getDocumentId()
      Returns:
      the documentId
    • getAction Link icon

      public TethysActions getAction()
      Returns:
      the action
    • getComment Link icon

      public String getComment()
      Returns:
      the comment
    • isSuccess Link icon

      public boolean isSuccess()
      Returns:
      the success