public class ObservedScanValues extends Object
Element of ObservedScanAnalysis
Example: See ObservedScanAnalysis.
| Constructor and Description |
|---|
ObservedScanValues() |
| Modifier and Type | Method and Description |
|---|---|
US_ScanSpeed |
getScanValue()
Get the observed scan rate values .
|
Percent |
getStatisticalIndicator()
Get In Data Item StatisticalIndicator (US), indicate how this specific data
observation was used (e.g., 95% of the observed values).
|
boolean |
isSet()
Determine if the required fields in this SSRF data type instance are set.
|
boolean |
isSetScanValue()
Determine if the ScanValue is configured.
|
boolean |
isSetStatisticalIndicator()
Determine if the StatisticalIndicator is configured.
|
void |
setScanValue(US_ScanSpeed value)
Set the observed scan rate values .
|
void |
setStatisticalIndicator(Percent value)
Set In Data Item StatisticalIndicator (US), indicate how this specific data
observation was used (e.g., 95% of the observed values).
|
String |
toString()
Get a string representation of this ObservedScanValues instance
configuration.
|
ObservedScanValues |
withScanValue(Double value)
Set the observed scan rate values
|
ObservedScanValues |
withStatisticalIndicator(Double value)
Set In Data Item StatisticalIndicator (US), indicate how this specific data
observation was used (e.g., 95% of the observed values).
|
public US_ScanSpeed getScanValue()
US_ScanSpeed instancepublic void setScanValue(US_ScanSpeed value)
value - a US_ScanSpeed instancepublic boolean isSetScanValue()
public Percent getStatisticalIndicator()
Percent instancepublic void setStatisticalIndicator(Percent value)
value - a Percent instancepublic boolean isSetStatisticalIndicator()
public ObservedScanValues withScanValue(Double value)
value - An instances of type Double.public ObservedScanValues withStatisticalIndicator(Double value)
value - An instances of type Double.public String toString()
public boolean isSet()
ObservedScanValues has no configuration requirements.
Copyright © 2016 OpenSSRF.org. All rights reserved.