Class DataQualityGroup


  • 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>
     
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String domainId  
      protected java.lang.Double error  
      protected java.lang.String label  
      protected java.lang.Double warning  
      • Fields inherited from class com.hybris.cockpitng.core.config.impl.jaxb.hybris.commonconfig.Positioned

        position
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDomainId()
      Gets the value of the domainId property.
      java.lang.Double getError()
      Gets the value of the error property.
      java.lang.String getLabel()
      Gets the value of the label property.
      java.lang.Double getWarning()
      Gets the value of the warning property.
      void setDomainId​(java.lang.String value)
      Sets the value of the domainId property.
      void setError​(java.lang.Double value)
      Sets the value of the error property.
      void setLabel​(java.lang.String value)
      Sets the value of the label property.
      void setWarning​(java.lang.Double value)
      Sets the value of the warning property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • warning

        protected java.lang.Double warning
      • error

        protected java.lang.Double error
      • domainId

        protected java.lang.String domainId
      • label

        protected java.lang.String label
    • Constructor Detail

      • DataQualityGroup

        public DataQualityGroup()
    • Method Detail

      • getWarning

        public java.lang.Double getWarning()
        Gets the value of the warning property.
        Returns:
        possible object is Double
      • setWarning

        public void setWarning​(java.lang.Double value)
        Sets the value of the warning property.
        Parameters:
        value - allowed object is Double
      • getError

        public java.lang.Double getError()
        Gets the value of the error property.
        Returns:
        possible object is Double
      • setError

        public void setError​(java.lang.Double value)
        Sets the value of the error property.
        Parameters:
        value - allowed object is Double
      • getDomainId

        public java.lang.String getDomainId()
        Gets the value of the domainId property.
        Returns:
        possible object is String
      • setDomainId

        public void setDomainId​(java.lang.String value)
        Sets the value of the domainId property.
        Parameters:
        value - allowed object is String
      • getLabel

        public java.lang.String getLabel()
        Gets the value of the label property.
        Returns:
        possible object is String
      • setLabel

        public void setLabel​(java.lang.String value)
        Sets the value of the label property.
        Parameters:
        value - allowed object is String