Class DatabaseRegistrationPatchTablesItems
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseRegistrationPatchTablesItems
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseRegistrationPatchTablesItems extends com.ibm.cloud.sdk.core.service.model.GenericModelTable.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatabaseRegistrationPatchTablesItems.BuilderBuilder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringcreatedOn()Gets the createdOn.java.lang.StringfileContents()Gets the fileContents.java.lang.StringfileName()Gets the fileName.DatabaseRegistrationPatchTablesItems.BuildernewBuilder()New builder.java.lang.StringschemaName()Gets the schemaName.java.lang.StringtableName()Gets the tableName.
-
-
-
Method Detail
-
newBuilder
public DatabaseRegistrationPatchTablesItems.Builder newBuilder()
New builder.- Returns:
- a DatabaseRegistrationPatchTablesItems builder
-
createdOn
public java.lang.String createdOn()
Gets the createdOn. Created on.- Returns:
- the createdOn
-
fileContents
public java.lang.String fileContents()
Gets the fileContents. file content.- Returns:
- the fileContents
-
fileName
public java.lang.String fileName()
Gets the fileName. file name.- Returns:
- the fileName
-
schemaName
public java.lang.String schemaName()
Gets the schemaName. schema name.- Returns:
- the schemaName
-
tableName
public java.lang.String tableName()
Gets the tableName. table name.- Returns:
- the tableName
-
-