Freigeben über


ManagedCcfRestoreResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.confidentialledger.fluent.models.ManagedCcfRestoreResponseInner

Implements

public final class ManagedCcfRestoreResponseInner
implements JsonSerializable<ManagedCcfRestoreResponseInner>

Object representing the restore response of a Managed CCF Resource.

Constructor Summary

Constructor Description
ManagedCcfRestoreResponseInner()

Creates an instance of ManagedCcfRestoreResponseInner class.

Method Summary

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

Reads an instance of ManagedCcfRestoreResponseInner from the JsonReader.

String message()

Get the message property: Response body stating if the managed CCF resource is being restored.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ManagedCcfRestoreResponseInner

public ManagedCcfRestoreResponseInner()

Creates an instance of ManagedCcfRestoreResponseInner class.

Method Details

fromJson

public static ManagedCcfRestoreResponseInner fromJson(JsonReader jsonReader)

Reads an instance of ManagedCcfRestoreResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ManagedCcfRestoreResponseInner 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 ManagedCcfRestoreResponseInner.

message

public String message()

Get the message property: Response body stating if the managed CCF resource is being restored.

Returns:

the message value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to