public class Result
This class represents the wrapper for single result of the response.
| Constructor and Description |
|---|
Result()
This class represents the wrapper for single result of the response.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<io.zhkv.api.nppesnpi.Address> |
getAddresses()
The list of addresses
class Address. |
Basic |
getBasic()
The basic information
class Basic. |
java.sql.Timestamp |
getCreatedEpoch()
The created epoch timestamp.
|
EnumerationType |
getEnumerationType()
The enumeration type. One of
enum EnumerationType. |
java.util.List<io.zhkv.api.nppesnpi.Identifier> |
getIdentifiers()
The list of
class Identifier |
java.sql.Timestamp |
getLastUpdatedEpoch()
The last updated timestamp
|
int |
getNumber()
The NPI Number is the unique 10-digit National Provider Identifier assigned to the provider.
|
java.util.List<io.zhkv.api.nppesnpi.Taxonomy> |
getTaxonomies()
The list of
class Taxonomy |
void |
setAddresses(java.util.List<io.zhkv.api.nppesnpi.Address> p)
The list of addresses
class Address. |
void |
setBasic(Basic p)
The basic information
class Basic. |
void |
setCreatedEpoch(java.sql.Timestamp p)
The created epoch timestamp.
|
void |
setEnumerationType(EnumerationType p)
The enumeration type. One of
enum EnumerationType. |
void |
setIdentifiers(java.util.List<io.zhkv.api.nppesnpi.Identifier> p)
The list of
class Identifier |
void |
setLastUpdatedEpoch(java.sql.Timestamp p)
The last updated timestamp
|
void |
setNumber(int p)
The NPI Number is the unique 10-digit National Provider Identifier assigned to the provider.
|
void |
setTaxonomies(java.util.List<io.zhkv.api.nppesnpi.Taxonomy> p)
The list of
class Taxonomy |
public Result()
This class represents the wrapper for single result of the response.
public java.util.List<io.zhkv.api.nppesnpi.Address> getAddresses()
The list of addresses class Address.
class Addresspublic void setAddresses(java.util.List<io.zhkv.api.nppesnpi.Address> p)
The list of addresses class Address.
class Addresspublic Basic getBasic()
The basic information class Basic.
class Basicpublic void setBasic(Basic p)
The basic information class Basic.
class Basicpublic java.sql.Timestamp getCreatedEpoch()
The created epoch timestamp.
public void setCreatedEpoch(java.sql.Timestamp p)
The created epoch timestamp.
public java.sql.Timestamp getLastUpdatedEpoch()
The last updated timestamp
public void setLastUpdatedEpoch(java.sql.Timestamp p)
The last updated timestamp
public EnumerationType getEnumerationType()
The enumeration type. One of enum EnumerationType.
enum EnumerationTypepublic void setEnumerationType(EnumerationType p)
The enumeration type. One of enum EnumerationType.
enum EnumerationTypepublic int getNumber()
The NPI Number is the unique 10-digit National Provider Identifier assigned to the provider.
public void setNumber(int p)
The NPI Number is the unique 10-digit National Provider Identifier assigned to the provider.
public java.util.List<io.zhkv.api.nppesnpi.Identifier> getIdentifiers()
The list of class Identifier
class Identifierpublic void setIdentifiers(java.util.List<io.zhkv.api.nppesnpi.Identifier> p)
The list of class Identifier
class Identifierpublic java.util.List<io.zhkv.api.nppesnpi.Taxonomy> getTaxonomies()
The list of class Taxonomy
class Taxonomypublic void setTaxonomies(java.util.List<io.zhkv.api.nppesnpi.Taxonomy> p)
The list of class Taxonomy
class Taxonomy