Class TethysLogDataUnit

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

public class TethysLogDataUnit extends PamDataUnit
  • Constructor Details

    • TethysLogDataUnit

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

    • getCollection

      public String getCollection()
      Returns:
      the collection
    • getDocumentId

      public String getDocumentId()
      Returns:
      the documentId
    • getAction

      public TethysActions getAction()
      Returns:
      the action
    • getComment

      public String getComment()
      Returns:
      the comment
    • isSuccess

      public boolean isSuccess()
      Returns:
      the success