public class IDResolveResponse
extends java.lang.Object
Constructor and Description |
---|
IDResolveResponse()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getPrimaryKey()
Get the primary key if the primary key only contains one column and the primary key is a long type.
|
java.util.Map |
getPrimaryKeyMap()
Get the primary Key Map
|
boolean |
isKeyExist()
Return if the key exist
|
void |
setKeyExist(boolean aKeyExist)
Set the keyExist value
|
void |
setPrimaryKeyMap(java.util.Map aPrimaryKeyMap)
set the primary key map
|
public boolean isKeyExist()
public void setKeyExist(boolean aKeyExist)
aKeyExist
- indicate whether the key exists or not.public java.util.Map getPrimaryKeyMap()
public void setPrimaryKeyMap(java.util.Map aPrimaryKeyMap)
aPrimaryKeyMap
- primary key mappublic java.lang.String getPrimaryKey()