java.lang.Object
info.ejava.examples.svc.springdoc.contests.dto.ContestDTO

public class ContestDTO extends Object
  • Field Details

    • CONTEST_NAMESPACE

      public static final String CONTEST_NAMESPACE
      See Also:
    • id

      private int id
    • scheduledStart

      private OffsetDateTime scheduledStart
    • duration

      private Duration duration
    • completed

      private boolean completed
    • homeTeam

      private String homeTeam
    • awayTeam

      private String awayTeam
    • homeScore

      private Integer homeScore
    • awayScore

      private Integer awayScore
  • Constructor Details

    • ContestDTO

      public ContestDTO()
  • Method Details

    • getScheduledStartAsInstant

      private Instant getScheduledStartAsInstant()