Class Image

java.lang.Object
energy.eddie.aiida.models.image.Image

@Entity public class Image extends Object
  • Field Details

    • id

      protected UUID id
    • createdAt

      protected Instant createdAt
    • data

      protected byte[] data
    • contentType

      protected String contentType
  • Constructor Details

    • Image

      protected Image()
    • Image

      public Image(byte[] data, String contentType)
  • Method Details

    • id

      public UUID id()
    • createdAt

      public Instant createdAt()
    • data

      public byte[] data()
    • contentType

      public String contentType()