Class AdminWebService.BlacklistListResponse
java.lang.Object
ubic.gemma.rest.AdminWebService.BlacklistListResponse
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
total
public int totalTotal number of blacklist entries (independent of paging). -
limit
public int limitEffective limit applied (capped at 1000). -
offset
public int offset -
count
public int countNumber of entries actually returned inentries. -
entries
-
-
Constructor Details
-
BlacklistListResponse
public BlacklistListResponse()
-