Class PostgresSchemaManager
java.lang.Object
com.vmware.vra.jenkinsplugin.model.iaas.PostgresSchemaManager
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2020-09-09T18:26:35.661905-04:00[America/New_York]") public class PostgresSchemaManager extends Object
PostgresSchemaManager
-
Constructor Summary
Constructors Constructor Description PostgresSchemaManager() -
Method Summary
Modifier and Type Method Description PostgresSchemaManageraddTableDescriptionsItem(TableDescription tableDescriptionsItem)booleanequals(Object o)PostgresLiquibaseSnapshotgetSnapshot()Get snapshotList<TableDescription>getTableDescriptions()Get tableDescriptionsinthashCode()voidsetSnapshot(PostgresLiquibaseSnapshot snapshot)voidsetTableDescriptions(List<TableDescription> tableDescriptions)PostgresSchemaManagersnapshot(PostgresLiquibaseSnapshot snapshot)PostgresSchemaManagertableDescriptions(List<TableDescription> tableDescriptions)StringtoString()
-
Constructor Details
-
PostgresSchemaManager
public PostgresSchemaManager()
-
-
Method Details
-
tableDescriptions
-
addTableDescriptionsItem
-
getTableDescriptions
Get tableDescriptions- Returns:
- tableDescriptions
-
setTableDescriptions
-
snapshot
-
getSnapshot
Get snapshot- Returns:
- snapshot
-
setSnapshot
-
equals
-
hashCode
public int hashCode() -
toString
-