ConfidentialLedgerBackupResponseInner Class

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

public final class ConfidentialLedgerBackupResponseInner

Object representing the backup response of a Confidential Ledger Resource.

Constructor Summary

Constructor Description
ConfidentialLedgerBackupResponseInner()

Creates an instance of ConfidentialLedgerBackupResponseInner class.

Method Summary

Modifier and Type Method and Description
String message()

Get the message property: Response body stating if the ledger is being backed up.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ConfidentialLedgerBackupResponseInner

public ConfidentialLedgerBackupResponseInner()

Creates an instance of ConfidentialLedgerBackupResponseInner class.

Method Details

message

public String message()

Get the message property: Response body stating if the ledger is being backed up.

Returns:

the message value.

validate

public void validate()

Validates the instance.

Applies to