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.GenericModelTopic.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCreatedOn()Gets the createdOn.java.lang.StringgetFileContents()Gets the fileContents.java.lang.StringgetFileName()Gets the fileName.java.lang.StringgetTopicName()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
-
-