public class DisasterRecoveryRunbookResponse extends EntityResponse
| Modifier and Type | Field and Description | 
|---|---|
| static String | RECOVERY_GROUPS | 
| Constructor and Description | 
|---|
| DisasterRecoveryRunbookResponse(String companyId,
                               String locationId,
                               String orgUuid,
                               String uuid,
                               String name,
                               String description,
                               List<RecoveryGroupDescriptorResponse> recoveryGroupList,
                               boolean deleted,
                               Instant createdDate,
                               Instant deletedDate,
                               Instant updatedDate,
                               Instant lastTest) | 
| Modifier and Type | Method and Description | 
|---|---|
| Instant | getCreatedDate()Get the runbook creation date. | 
| String | getDescription()Get the runbook description. | 
| Instant | getLastTest()Get the last test date. | 
| String | getLocationId()Get the location ID. | 
| String | getOrgUuid()Get the organization uuid. | 
| List<RecoveryGroupDescriptorResponse> | getRecoveryGroupList()Get the list of recovery plan descriptors. | 
equals, getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, hashCode, isDeleted, toStringpublic static final String RECOVERY_GROUPS
public DisasterRecoveryRunbookResponse(String companyId, String locationId, String orgUuid, String uuid, String name, String description, List<RecoveryGroupDescriptorResponse> recoveryGroupList, boolean deleted, Instant createdDate, Instant deletedDate, Instant updatedDate, Instant lastTest)
public String getDescription()
String runbook descriptionpublic List<RecoveryGroupDescriptorResponse> getRecoveryGroupList()
List of RecoveryGroupDescriptorResponse recovery plan
 descriptorsCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.