public static class CognitoEvent.DatasetRecord extends Object
Constructor and Description |
---|
DatasetRecord() |
Modifier and Type | Method and Description |
---|---|
String |
getNewValue()
Gets the record's new value
|
String |
getOldValue()
Get the record's old value
|
String |
getOp()
Gets the operation associated with the record
|
void |
setNewValue(String newValue)
Sets the records new value
|
void |
setOldValue(String oldValue)
Sets the record's old value
|
void |
setOp(String op)
Sets the operation associated with the record
|
public String getOldValue()
public void setOldValue(String oldValue)
oldValue
- A string containing the old valuepublic String getNewValue()
public void setNewValue(String newValue)
newValue
- A string containing the new valuepublic String getOp()
public void setOp(String op)
op
- A string with a value of "replace" of "remove"Copyright © 2016. All rights reserved.