public class NppesResponse
This class represents the wrapper for NPPES NPI Registry response output.
| Constructor and Description |
|---|
NppesResponse()
This class represents the wrapper for NPPES NPI Registry response output.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCount()
The number of results for this response.
|
java.util.Collection<io.zhkv.api.nppesnpi.Result> |
getResults()
Collections of
class Result objects. |
void |
setCount(int p)
The number of results for this response.
|
void |
setResults(java.util.Collection<io.zhkv.api.nppesnpi.Result> p)
Collections of
class Result objects. |
public NppesResponse()
This class represents the wrapper for NPPES NPI Registry response output.
public int getCount()
The number of results for this response.
public void setCount(int p)
The number of results for this response.
public java.util.Collection<io.zhkv.api.nppesnpi.Result> getResults()
Collections of class Result objects.
class Resultpublic void setResults(java.util.Collection<io.zhkv.api.nppesnpi.Result> p)
Collections of class Result objects.
class Result