public class RetryResult extends Object
Constructor and Description |
---|
RetryResult(RecordedEntity recordedEntity,
Object result) |
Modifier and Type | Method and Description |
---|---|
RecordedEntity |
getRecordedEntity()
The entity to recover.
|
Object |
getResult()
The result of the recovery operation.
|
public RetryResult(RecordedEntity recordedEntity, Object result)
public RecordedEntity getRecordedEntity()
public Object getResult()
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.