Class DisasterRecoveryRunbookResponse
java.lang.Object
com.iland.core.web.rest.response.common.EntityResponse
com.iland.core.web.rest.response.recovery.DisasterRecoveryRunbookResponse
- All Implemented Interfaces:
Serializable
Disaster Recovery Runbook Response.
- Author:
- Brett Snyder
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDisasterRecoveryRunbookResponse(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) -
Method Summary
Modifier and TypeMethodDescriptionGet the runbook creation date.Get the runbook description.Get the last test date.Get the location ID.Get the organization uuid.Get the list of recovery plan descriptors.Methods inherited from class com.iland.core.web.rest.response.common.EntityResponse
equals, getCompanyId, getDeletedDate, getName, getUpdatedDate, getUuid, hashCode, isDeleted, toString
-
Field Details
-
RECOVERY_GROUPS
- See Also:
-
-
Constructor Details
-
DisasterRecoveryRunbookResponse
-
-
Method Details
-
getLocationId
Get the location ID.- Returns:
Stringlocation ID
-
getOrgUuid
Get the organization uuid.- Returns:
Stringorganization uuid
-
getDescription
Get the runbook description.- Returns:
Stringrunbook description
-
getLastTest
Get the last test date.- Returns:
Instantlast test
-
getRecoveryGroupList
Get the list of recovery plan descriptors.- Returns:
ListofRecoveryGroupDescriptorResponserecovery plan descriptors
-
getCreatedDate
Get the runbook creation date.- Returns:
Instantcreated date
-