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.GenericModel
Table.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatabaseRegistrationPatchTablesItems.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
createdOn()
Gets the createdOn.java.lang.String
fileContents()
Gets the fileContents.java.lang.String
fileName()
Gets the fileName.DatabaseRegistrationPatchTablesItems.Builder
newBuilder()
New builder.java.lang.String
schemaName()
Gets the schemaName.java.lang.String
tableName()
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
-
-