Class UpgradeNotification
- java.lang.Object
-
- com.microsoft.azure.management.redis.UpgradeNotification
-
public class UpgradeNotification extends Object
Properties of upgrade notification.
-
-
Constructor Summary
Constructors Constructor Description UpgradeNotification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name value.org.joda.time.DateTimetimestamp()Get the timestamp value.Map<String,String>upsellNotification()Get the upsellNotification value.
-
-
-
Method Detail
-
name
public String name()
Get the name value.- Returns:
- the name value
-
timestamp
public org.joda.time.DateTime timestamp()
Get the timestamp value.- Returns:
- the timestamp value
-
-