public class BackupDescriptor extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BackupDescriptor.Builder |
| Modifier | Constructor and Description |
|---|---|
|
BackupDescriptor() |
protected |
BackupDescriptor(Instant backupGenerationTimestamp,
String upgradeToolVersion,
String muleRuntimeDistributionVersion) |
| Modifier and Type | Method and Description |
|---|---|
static BackupDescriptor.Builder |
builder() |
Instant |
getBackupGenerationTimestamp() |
String |
getMuleRuntimeDistributionVersion() |
String |
getUpgradeToolVersion() |
public static BackupDescriptor.Builder builder()
public Instant getBackupGenerationTimestamp()
public String getUpgradeToolVersion()
public String getMuleRuntimeDistributionVersion()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.