public class ObjectResults extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectResults.Location |
| Constructor and Description |
|---|
ObjectResults() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKeywords() |
ObjectResults.Location |
getLocation() |
String |
getName() |
void |
setKeywords(String keywords) |
void |
setLocation(ObjectResults.Location location) |
void |
setName(String name) |
public String getName()
public void setName(String name)
public ObjectResults.Location getLocation()
public void setLocation(ObjectResults.Location location)
public String getKeywords()
public void setKeywords(String keywords)
Copyright © 2023. All rights reserved.