public class NotificationTimeout extends Object
Java class for NotificationTimeout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NotificationTimeout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="level" use="required" type="{http://www.hybris.com/cockpitng/config/notifications}ImportanceLevel" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}nonNegativeInteger" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ImportanceLevel |
level |
protected BigInteger |
value |
| Constructor and Description |
|---|
NotificationTimeout() |
| Modifier and Type | Method and Description |
|---|---|
ImportanceLevel |
getLevel()
Gets the value of the level property.
|
BigInteger |
getValue()
Gets the value of the value property.
|
void |
setLevel(ImportanceLevel value)
Sets the value of the level property.
|
void |
setValue(BigInteger value)
Sets the value of the value property.
|
protected ImportanceLevel level
protected BigInteger value
public ImportanceLevel getLevel()
ImportanceLevelpublic void setLevel(ImportanceLevel value)
value - allowed object is
ImportanceLevelpublic BigInteger getValue()
BigIntegerpublic void setValue(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2018. All rights reserved.