public class FederationCache.CacheResponse<R> extends Object
CacheResponse()
R
getItem()
List<R>
getList()
void
setItem(R pItem)
setList(List<R> list)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheResponse()
public List<R> getList()
public void setList(List<R> list)
public R getItem()
public void setItem(R pItem)
Copyright © 2008–2024 Apache Software Foundation. All rights reserved.