public class Record extends Object implements Serializable
| Constructor and Description |
|---|
Record() |
Record(int tenantId,
String tableName,
Map<String,Object> values) |
Record(int tenantId,
String tableName,
Map<String,Object> values,
long timestamp) |
Record(String id,
int tenantId,
String tableName,
Map<String,Object> values) |
Record(String id,
int tenantId,
String tableName,
Map<String,Object> values,
long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equality is checked not with the field order in mind, if all the columns' key/value pairs match,
the records are the same.
|
String |
getId() |
Map<String,Object> |
getNotNullValues() |
String |
getTableName() |
int |
getTenantId() |
long |
getTimestamp() |
Object |
getValue(String name) |
Map<String,Object> |
getValues() |
int |
hashCode() |
void |
setId(String id) |
void |
setTableName(String tableName) |
void |
setTimestamp(long timestamp) |
String |
toString() |
public String getId()
public void setId(String id)
public int getTenantId()
public String getTableName()
public void setTableName(String tableName)
public long getTimestamp()
public void setTimestamp(long timestamp)
public boolean equals(Object obj)
Copyright © 2016 WSO2. All rights reserved.