public class ScoreDistributionInfo extends Object
Constructor and Description |
---|
ScoreDistributionInfo() |
ScoreDistributionInfo(String value,
Double count,
Double confidence) |
Modifier and Type | Method and Description |
---|---|
Double |
getConfidence() |
Double |
getCount() |
String |
getValue() |
void |
setConfidence(Double confidence) |
void |
setCount(Double count) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.