Class TapeRecoveryPointInfo
- All Implemented Interfaces:
Serializable
,Cloneable
Describes a recovery point.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The Amazon Resource Name (ARN) of the virtual tape.The time when the point-in-time view of the virtual tape was replicated for later recovery.The size, in bytes, of the virtual tapes to recover.int
hashCode()
void
setTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of the virtual tape.void
setTapeRecoveryPointTime
(Date tapeRecoveryPointTime) The time when the point-in-time view of the virtual tape was replicated for later recovery.void
setTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the virtual tapes to recover.void
setTapeStatus
(String tapeStatus) toString()
Returns a string representation of this object; useful for testing and debugging.withTapeARN
(String tapeARN) The Amazon Resource Name (ARN) of the virtual tape.withTapeRecoveryPointTime
(Date tapeRecoveryPointTime) The time when the point-in-time view of the virtual tape was replicated for later recovery.withTapeSizeInBytes
(Long tapeSizeInBytes) The size, in bytes, of the virtual tapes to recover.withTapeStatus
(String tapeStatus)
-
Constructor Details
-
TapeRecoveryPointInfo
public TapeRecoveryPointInfo()
-
-
Method Details
-
setTapeARN
The Amazon Resource Name (ARN) of the virtual tape.
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.
-
getTapeARN
The Amazon Resource Name (ARN) of the virtual tape.
- Returns:
- The Amazon Resource Name (ARN) of the virtual tape.
-
withTapeARN
The Amazon Resource Name (ARN) of the virtual tape.
- Parameters:
tapeARN
- The Amazon Resource Name (ARN) of the virtual tape.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeRecoveryPointTime
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Parameters:
tapeRecoveryPointTime
- The time when the point-in-time view of the virtual tape was replicated for later recovery.The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
-
getTapeRecoveryPointTime
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Returns:
- The time when the point-in-time view of the virtual tape was
replicated for later recovery.
The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
-
withTapeRecoveryPointTime
The time when the point-in-time view of the virtual tape was replicated for later recovery.
The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Parameters:
tapeRecoveryPointTime
- The time when the point-in-time view of the virtual tape was replicated for later recovery.The string format of the tape recovery point time is in the ISO8601 extended YYYY-MM-DD'T'HH:MM:SS'Z' format.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeSizeInBytes
The size, in bytes, of the virtual tapes to recover.
- Parameters:
tapeSizeInBytes
- The size, in bytes, of the virtual tapes to recover.
-
getTapeSizeInBytes
The size, in bytes, of the virtual tapes to recover.
- Returns:
- The size, in bytes, of the virtual tapes to recover.
-
withTapeSizeInBytes
The size, in bytes, of the virtual tapes to recover.
- Parameters:
tapeSizeInBytes
- The size, in bytes, of the virtual tapes to recover.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setTapeStatus
- Parameters:
tapeStatus
-
-
getTapeStatus
- Returns:
-
withTapeStatus
- Parameters:
tapeStatus
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-