public class CategoriesModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CategoriesModel.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Map<String,AnnotationModel> |
annotations()
Gets the annotations.
|
String |
highlightedAbstract()
Gets the highlightedAbstract.
|
String |
highlightedBody()
Gets the highlightedBody.
|
Map<String,String> |
highlightedSections()
Gets the highlightedSections.
|
String |
highlightedTitle()
Gets the highlightedTitle.
|
String |
modelLicense()
Gets the modelLicense.
|
CategoriesModel.Builder |
newBuilder()
New builder.
|
Map<String,PassagesModel> |
passages()
Gets the passages.
|
public CategoriesModel.Builder newBuilder()
public String modelLicense()
public String highlightedTitle()
public String highlightedAbstract()
public String highlightedBody()
public Map<String,String> highlightedSections()
public Map<String,PassagesModel> passages()
public Map<String,AnnotationModel> annotations()
Copyright © 2021 IBM Cloud. All rights reserved.