public class TableMapping extends Object
Constructor and Description |
---|
TableMapping() |
Modifier and Type | Method and Description |
---|---|
String |
getEvent()
Gets the audit event the table mapping is for.
|
Map<String,String> |
getFieldToColumn()
Sets the field to column mapping.
|
String |
getTable()
Gets the table name for the mapping.
|
void |
setEvent(String event)
Sets the audit event the table mapping is for.
|
void |
setFieldToColumn(Map<String,String> fieldToColumn)
Sets the field to column mapping.
|
void |
setTable(String table)
Sets the table name for the mapping.
|
public String getEvent()
public void setEvent(String event)
event
- The audit event the mapping is for.public String getTable()
public void setTable(String table)
table
- The table name for the mapping.public Map<String,String> getFieldToColumn()
Copyright © 2025 Open Identity Platform Community. All rights reserved.