public class OntologyQueryResponse extends Object
| Constructor and Description |
|---|
OntologyQueryResponse() |
OntologyQueryResponse(String label,
String description,
String propertyValue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getLabel() |
String |
getPropertyValue() |
void |
setDescription(String description) |
void |
setLabel(String label) |
void |
setPropertyValue(String propertyValue) |
public OntologyQueryResponse(String label, String description, String propertyValue)
public OntologyQueryResponse()
public String getLabel()
public void setLabel(String label)
public String getDescription()
public void setDescription(String description)
public String getPropertyValue()
public void setPropertyValue(String propertyValue)
Copyright © 2019. All rights reserved.