@Check(constraints = "pageNum null and pageNum > 1, the first page is page 1") @Nonnull public Fetch page(Integer pageNum) { this.pageNumber = pageNum; return this; }