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.GenericModel
Topic.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DatabaseRegistrationPatchTopicsItems.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.DatabaseRegistrationPatchTopicsItems.Builder
newBuilder()
New builder.java.lang.String
topicName()
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
-
-