Class DatabaseRegistrationTopicsItems
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.DatabaseRegistrationTopicsItems
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DatabaseRegistrationTopicsItems extends com.ibm.cloud.sdk.core.service.model.GenericModel
Topic.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCreatedOn()
Gets the createdOn.java.lang.String
getFileContents()
Gets the fileContents.java.lang.String
getFileName()
Gets the fileName.java.lang.String
getTopicName()
Gets the topicName.
-
-
-
Method Detail
-
getCreatedOn
public java.lang.String getCreatedOn()
Gets the createdOn. Created on.- Returns:
- the createdOn
-
getFileContents
public java.lang.String getFileContents()
Gets the fileContents. file content.- Returns:
- the fileContents
-
getFileName
public java.lang.String getFileName()
Gets the fileName. file name.- Returns:
- the fileName
-
getTopicName
public java.lang.String getTopicName()
Gets the topicName. topic name.- Returns:
- the topicName
-
-