Class Note

java.lang.Object
dev.plex.punishment.extra.Note

@Entity public class Note extends Object
  • Field Details

    • uuid

      private final UUID uuid
    • note

      private final String note
    • writtenBy

      private final UUID writtenBy
    • timestamp

      private final ZonedDateTime timestamp
    • id

      private int id
  • Constructor Details

    • Note

      public Note()
  • Method Details

    • toJSON

      public String toJSON()