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 PostgresSchemaManager
addTableDescriptionsItem(TableDescription tableDescriptionsItem)
boolean
equals(Object o)
PostgresLiquibaseSnapshot
getSnapshot()
Get snapshotList<TableDescription>
getTableDescriptions()
Get tableDescriptionsint
hashCode()
void
setSnapshot(PostgresLiquibaseSnapshot snapshot)
void
setTableDescriptions(List<TableDescription> tableDescriptions)
PostgresSchemaManager
snapshot(PostgresLiquibaseSnapshot snapshot)
PostgresSchemaManager
tableDescriptions(List<TableDescription> tableDescriptions)
String
toString()
-
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
-