public class ExplorerProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
className |
private String |
property |
private String |
score |
| Constructor and Description |
|---|
ExplorerProperties(String className,
String property,
String score) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getProperty() |
String |
getScore() |
ExplorerProperties |
setClassName(String className) |
ExplorerProperties |
setProperty(String property) |
ExplorerProperties |
setScore(String score) |
private String className
private String property
private String score
public String getClassName()
public ExplorerProperties setClassName(String className)
public String getProperty()
public ExplorerProperties setProperty(String property)
public String getScore()
public ExplorerProperties setScore(String score)
Copyright © 2016–2020. All rights reserved.