82838485868788
/** * @param links the links to set */ public void addLink(String href, String rel) { this.links.add(new DoubanLinkObj(href, rel)); }