UpgradeNotificationInner Class
- java.
lang. Object - com.
azure. resourcemanager. redis. fluent. models. UpgradeNotificationInner
- com.
Implements
public final class UpgradeNotificationInner
implements JsonSerializable<UpgradeNotificationInner>
Properties of upgrade notification.
Constructor Summary
Constructor | Description |
---|---|
UpgradeNotificationInner() |
Creates an instance of Upgrade |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Upgrade |
fromJson(JsonReader jsonReader)
Reads an instance of Upgrade |
String |
name()
Get the name property: Name of upgrade notification. |
Offset |
timestamp()
Get the timestamp property: Timestamp when upgrade notification occurred. |
Json |
toJson(JsonWriter jsonWriter) |
Map<String,String> |
upsellNotification()
Get the upsell |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
UpgradeNotificationInner
public UpgradeNotificationInner()
Creates an instance of UpgradeNotificationInner class.
Method Details
fromJson
public static UpgradeNotificationInner fromJson(JsonReader jsonReader)
Reads an instance of UpgradeNotificationInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Name of upgrade notification.
Returns:
timestamp
public OffsetDateTime timestamp()
Get the timestamp property: Timestamp when upgrade notification occurred.
Returns:
toJson
upsellNotification
public Map
Get the upsellNotification property: Details about this upgrade notification.
Returns:
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java