Class UpgradeNotificationInner
- java.lang.Object
-
- com.azure.resourcemanager.redis.fluent.models.UpgradeNotificationInner
-
public final class UpgradeNotificationInner extends Object
Properties of upgrade notification.
-
-
Constructor Summary
Constructors Constructor Description UpgradeNotificationInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: Name of upgrade notification.OffsetDateTimetimestamp()Get the timestamp property: Timestamp when upgrade notification occurred.Map<String,String>upsellNotification()Get the upsellNotification property: Details about this upgrade notification.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
name
public String name()
Get the name property: Name of upgrade notification.- Returns:
- the name value.
-
timestamp
public OffsetDateTime timestamp()
Get the timestamp property: Timestamp when upgrade notification occurred.- Returns:
- the timestamp value.
-
upsellNotification
public Map<String,String> upsellNotification()
Get the upsellNotification property: Details about this upgrade notification.- Returns:
- the upsellNotification value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-