Class PreviewDTO

java.lang.Object
io.micronaut.starter.api.Linkable
io.micronaut.starter.api.preview.PreviewDTO

@Introspected public class PreviewDTO extends Linkable
A preview of the contents.
Since:
1.0.0
Author:
graemerocher
  • Constructor Details

    • PreviewDTO

      public PreviewDTO()
      Constructor
    • PreviewDTO

      public PreviewDTO(Map<String,String> contents)
      Parameters:
      contents - The contents
  • Method Details

    • getContents

      public Map<String,String> getContents()
      Returns:
      The contents of the ZIP.
    • setContents

      public void setContents(Map<String,String> contents)
      Parameters:
      contents - The contents of the ZIP