public class SearchMatchesModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
SearchMatchesModel() |
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationModel> |
getAnnotations()
Gets the annotations.
|
List<String> |
getAuthors()
Gets the authors.
|
String |
getDocumentId()
Gets the documentId.
|
String |
getExternalId()
Gets the externalId.
|
String |
getHighlightedAbstract()
Gets the highlightedAbstract.
|
String |
getHighlightedBody()
Gets the highlightedBody.
|
Map<String,String> |
getHighlightedSections()
Gets the highlightedSections.
|
String |
getHighlightedTitle()
Gets the highlightedTitle.
|
String |
getHrefDoi()
Gets the hrefDoi.
|
String |
getHrefPmc()
Gets the hrefPmc.
|
String |
getHrefPubMed()
Gets the hrefPubMed.
|
String |
getMedlineLicense()
Gets the medlineLicense.
|
String |
getParentDocumentId()
Gets the parentDocumentId.
|
Map<String,PassagesModel> |
getPassages()
Gets the passages.
|
String |
getPdfUrl()
Gets the pdfUrl.
|
String |
getPublicationDate()
Gets the publicationDate.
|
String |
getPublicationName()
Gets the publicationName.
|
String |
getPublicationUrl()
Gets the publicationUrl.
|
String |
getReferenceUrl()
Gets the referenceUrl.
|
String |
getTitle()
Gets the title.
|
public String getExternalId()
public String getDocumentId()
public String getParentDocumentId()
public String getPublicationName()
public String getPublicationDate()
public String getPublicationUrl()
public List<String> getAuthors()
public String getTitle()
public String getMedlineLicense()
public String getHrefPubMed()
public String getHrefPmc()
public String getHrefDoi()
public String getPdfUrl()
public String getReferenceUrl()
public String getHighlightedTitle()
public String getHighlightedAbstract()
public String getHighlightedBody()
public Map<String,String> getHighlightedSections()
public Map<String,PassagesModel> getPassages()
public Map<String,AnnotationModel> getAnnotations()
Copyright © 2021 IBM Cloud. All rights reserved.