public class SearchResults
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Method and Description |
---|---|
String |
getBody()
Gets the body.
|
String |
getId()
Gets the id.
|
SearchResultsResultMetadata |
getResultMetadata()
Gets the resultMetadata.
|
String |
getTitle()
Gets the title.
|
public SearchResultsResultMetadata getResultMetadata()
The metadata of the search result.
public String getId()
The ID of the search result. It may not be unique.
public String getTitle()
The title of the search result.
public String getBody()
The body content of the search result.
Copyright © 2025 IBM Cloud. All rights reserved.