Class ComponentSettingsFieldsShown
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.ComponentSettingsFieldsShown
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ComponentSettingsFieldsShown
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Fields shown in the results section of the UI.
-
Constructor Summary
Constructors Constructor Description ComponentSettingsFieldsShown()
-
Method Summary
Modifier and Type Method Description ComponentSettingsFieldsShownBody
getBody()
Gets the body.ComponentSettingsFieldsShownTitle
getTitle()
Gets the title.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
ComponentSettingsFieldsShown
public ComponentSettingsFieldsShown()
-
-
Method Details
-
getBody
Gets the body.Body label.
- Returns:
- the body
-
getTitle
Gets the title.Title label.
- Returns:
- the title
-