Class MatchResultDto


  • public class MatchResultDto
    extends Object
    match result dto
    • Constructor Detail

      • MatchResultDto

        public MatchResultDto()
      • MatchResultDto

        public MatchResultDto​(Boolean asExpected,
                              Long windowId)
    • Method Detail

      • getAsExpected

        public Boolean getAsExpected()
      • setAsExpected

        public void setAsExpected​(Boolean asExpected)
      • getWindowId

        public Long getWindowId()
      • setWindowId

        public void setWindowId​(Long windowId)