public class DataQualityGroup extends Positioned
Java class for dataQualityGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dataQualityGroup">
<complexContent>
<extension base="{http://www.hybris.com/cockpitng/config/common}positioned">
<attribute name="warning" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="error" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="domainId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="label" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
domainId |
protected Double |
error |
protected String |
label |
protected Double |
warning |
position| Constructor and Description |
|---|
DataQualityGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDomainId()
Gets the value of the domainId property.
|
Double |
getError()
Gets the value of the error property.
|
String |
getLabel()
Gets the value of the label property.
|
Double |
getWarning()
Gets the value of the warning property.
|
void |
setDomainId(String value)
Sets the value of the domainId property.
|
void |
setError(Double value)
Sets the value of the error property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setWarning(Double value)
Sets the value of the warning property.
|
getPosition, setPositionprotected Double warning
protected Double error
protected String domainId
protected String label
public Double getWarning()
Doublepublic void setWarning(Double value)
value - allowed object is
Doublepublic Double getError()
Doublepublic void setError(Double value)
value - allowed object is
Doublepublic String getDomainId()
Stringpublic void setDomainId(String value)
value - allowed object is
Stringpublic String getLabel()
StringCopyright © 2018. All rights reserved.