public class RollbackTableName extends AbstractModel
Constructor and Description |
---|
RollbackTableName() |
Modifier and Type | Method and Description |
---|---|
String |
getNewTableName()
Get New table name after rollback
Note: this field may return null, indicating that no valid values can be obtained.
|
String |
getTableName()
Get Original table name before rollback
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setNewTableName(String NewTableName)
Set New table name after rollback
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
setTableName(String TableName)
Set Original table name before rollback
Note: this field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getTableName()
public void setTableName(String TableName)
TableName
- Original table name before rollback
Note: this field may return null, indicating that no valid values can be obtained.public String getNewTableName()
public void setNewTableName(String NewTableName)
NewTableName
- New table name after rollback
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.