public class RollbackTableName extends AbstractModel
Constructor and Description |
---|
RollbackTableName() |
RollbackTableName(RollbackTableName source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
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 RollbackTableName()
public RollbackTableName(RollbackTableName source)
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 © 2023. All rights reserved.