@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityMetricValues extends Object implements Serializable, Cloneable, StructuredPojo
Describes the data quality metric value according to the analysis of historical data.
Constructor and Description |
---|
DataQualityMetricValues() |
Modifier and Type | Method and Description |
---|---|
DataQualityMetricValues |
clone() |
boolean |
equals(Object obj) |
Double |
getActualValue()
The actual value of the data quality metric.
|
Double |
getExpectedValue()
The expected value of the data quality metric according to the analysis of historical data.
|
Double |
getLowerLimit()
The lower limit of the data quality metric value according to the analysis of historical data.
|
Double |
getUpperLimit()
The upper limit of the data quality metric value according to the analysis of historical data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setActualValue(Double actualValue)
The actual value of the data quality metric.
|
void |
setExpectedValue(Double expectedValue)
The expected value of the data quality metric according to the analysis of historical data.
|
void |
setLowerLimit(Double lowerLimit)
The lower limit of the data quality metric value according to the analysis of historical data.
|
void |
setUpperLimit(Double upperLimit)
The upper limit of the data quality metric value according to the analysis of historical data.
|
String |
toString()
Returns a string representation of this object.
|
DataQualityMetricValues |
withActualValue(Double actualValue)
The actual value of the data quality metric.
|
DataQualityMetricValues |
withExpectedValue(Double expectedValue)
The expected value of the data quality metric according to the analysis of historical data.
|
DataQualityMetricValues |
withLowerLimit(Double lowerLimit)
The lower limit of the data quality metric value according to the analysis of historical data.
|
DataQualityMetricValues |
withUpperLimit(Double upperLimit)
The upper limit of the data quality metric value according to the analysis of historical data.
|
public void setActualValue(Double actualValue)
The actual value of the data quality metric.
actualValue
- The actual value of the data quality metric.public Double getActualValue()
The actual value of the data quality metric.
public DataQualityMetricValues withActualValue(Double actualValue)
The actual value of the data quality metric.
actualValue
- The actual value of the data quality metric.public void setExpectedValue(Double expectedValue)
The expected value of the data quality metric according to the analysis of historical data.
expectedValue
- The expected value of the data quality metric according to the analysis of historical data.public Double getExpectedValue()
The expected value of the data quality metric according to the analysis of historical data.
public DataQualityMetricValues withExpectedValue(Double expectedValue)
The expected value of the data quality metric according to the analysis of historical data.
expectedValue
- The expected value of the data quality metric according to the analysis of historical data.public void setLowerLimit(Double lowerLimit)
The lower limit of the data quality metric value according to the analysis of historical data.
lowerLimit
- The lower limit of the data quality metric value according to the analysis of historical data.public Double getLowerLimit()
The lower limit of the data quality metric value according to the analysis of historical data.
public DataQualityMetricValues withLowerLimit(Double lowerLimit)
The lower limit of the data quality metric value according to the analysis of historical data.
lowerLimit
- The lower limit of the data quality metric value according to the analysis of historical data.public void setUpperLimit(Double upperLimit)
The upper limit of the data quality metric value according to the analysis of historical data.
upperLimit
- The upper limit of the data quality metric value according to the analysis of historical data.public Double getUpperLimit()
The upper limit of the data quality metric value according to the analysis of historical data.
public DataQualityMetricValues withUpperLimit(Double upperLimit)
The upper limit of the data quality metric value according to the analysis of historical data.
upperLimit
- The upper limit of the data quality metric value according to the analysis of historical data.public String toString()
toString
in class Object
Object.toString()
public DataQualityMetricValues clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.