public class UpdateKey
extends Object
| Constructor and Description |
|---|
UpdateKey() |
UpdateKey(String field,
Number value) |
UpdateKey(String field,
String value) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getField()
The field code of the unique key (required).
|
Object |
getValue()
The value of the unique key (required).
|
int |
hashCode() |
UpdateKey |
setField(String field)
The field code of the unique key (required).
|
UpdateKey |
setValue(Number value) |
UpdateKey |
setValue(String value) |
String |
toString() |
public UpdateKey(String field,
String value)
public UpdateKey(String field,
Number value)
public UpdateKey()
public UpdateKey setValue(String value)
public UpdateKey setValue(Number value)
public String getField()
public Object getValue()
public String toString()
toString in class Objectpublic boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic UpdateKey setField(String field)
this.