/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package uk.co.md87.evetool.api.parser; import java.util.Date; import java.util.List; /** * * @author chris */ public class ApiResult extends ApiElement { private boolean cacheHit; private Date cachedSince; private Date cachedUntil; }