RedisForceRebootResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.redis.fluent.models.RedisForceRebootResponseInner

Implements

public final class RedisForceRebootResponseInner
implements JsonSerializable<RedisForceRebootResponseInner>

Response to force reboot for Redis cache.

Constructor Summary

Constructor Description
RedisForceRebootResponseInner()

Creates an instance of RedisForceRebootResponseInner class.

Method Summary

Modifier and Type Method and Description
static RedisForceRebootResponseInner fromJson(JsonReader jsonReader)

Reads an instance of RedisForceRebootResponseInner from the JsonReader.

String message()

Get the message property: Status message.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

RedisForceRebootResponseInner

public RedisForceRebootResponseInner()

Creates an instance of RedisForceRebootResponseInner class.

Method Details

fromJson

public static RedisForceRebootResponseInner fromJson(JsonReader jsonReader)

Reads an instance of RedisForceRebootResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of RedisForceRebootResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the RedisForceRebootResponseInner.

message

public String message()

Get the message property: Status message.

Returns:

the message value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to