Class DatabaseRegistrationPatchTopicsItems
- java.lang.Object
 - 
- com.ibm.cloud.sdk.core.service.model.GenericModel
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseRegistrationPatchTopicsItems
 
 
 
- 
- All Implemented Interfaces:
 com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseRegistrationPatchTopicsItems extends com.ibm.cloud.sdk.core.service.model.GenericModelTopic. 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatabaseRegistrationPatchTopicsItems.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.DatabaseRegistrationPatchTopicsItems.BuildernewBuilder()New builder.java.lang.StringtopicName()Gets the topicName. 
 - 
 
- 
- 
Method Detail
- 
newBuilder
public DatabaseRegistrationPatchTopicsItems.Builder newBuilder()
New builder.- Returns:
 - a DatabaseRegistrationPatchTopicsItems 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 contents.- Returns:
 - the fileContents
 
 
- 
fileName
public java.lang.String fileName()
Gets the fileName. file name.- Returns:
 - the fileName
 
 
- 
topicName
public java.lang.String topicName()
Gets the topicName. topic name.- Returns:
 - the topicName
 
 
 - 
 
 -