gov.nasa.pds.registry.model
Class RegistryResponse
java.lang.Object
gov.nasa.pds.registry.model.RegistryResponse
public class RegistryResponse
- extends Object
A class to wrap list responses from the registry with.
- Author:
- pramirez
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegistryResponse
public RegistryResponse()
RegistryResponse
public RegistryResponse(Integer start,
Long numFound)
RegistryResponse
public RegistryResponse(List<? extends RegistryObject> results)
RegistryResponse
public RegistryResponse(Integer start,
Long numFound,
List<? extends RegistryObject> results)
getStart
public Integer getStart()
setStart
public void setStart(Integer start)
getNumFound
public Long getNumFound()
setNumFound
public void setNumFound(Long numFound)
getResults
public List<? extends RegistryObject> getResults()
setResults
public void setResults(List<? extends RegistryObject> results)
Copyright © 2005-2010 Planetary Data System. All Rights Reserved.