Class RecoveryPointMoveReadinessInfo
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.models.RecoveryPointMoveReadinessInfo
-
public final class RecoveryPointMoveReadinessInfo extends Object
The RecoveryPointMoveReadinessInfo model.
-
-
Constructor Summary
Constructors Constructor Description RecoveryPointMoveReadinessInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
additionalInfo()
Get the additionalInfo property: The additionalInfo property.Boolean
isReadyForMove()
Get the isReadyForMove property: The isReadyForMove property.void
validate()
Validates the instance.RecoveryPointMoveReadinessInfo
withAdditionalInfo(String additionalInfo)
Set the additionalInfo property: The additionalInfo property.RecoveryPointMoveReadinessInfo
withIsReadyForMove(Boolean isReadyForMove)
Set the isReadyForMove property: The isReadyForMove property.
-
-
-
Method Detail
-
isReadyForMove
public Boolean isReadyForMove()
Get the isReadyForMove property: The isReadyForMove property.- Returns:
- the isReadyForMove value.
-
withIsReadyForMove
public RecoveryPointMoveReadinessInfo withIsReadyForMove(Boolean isReadyForMove)
Set the isReadyForMove property: The isReadyForMove property.- Parameters:
isReadyForMove
- the isReadyForMove value to set.- Returns:
- the RecoveryPointMoveReadinessInfo object itself.
-
additionalInfo
public String additionalInfo()
Get the additionalInfo property: The additionalInfo property.- Returns:
- the additionalInfo value.
-
withAdditionalInfo
public RecoveryPointMoveReadinessInfo withAdditionalInfo(String additionalInfo)
Set the additionalInfo property: The additionalInfo property.- Parameters:
additionalInfo
- the additionalInfo value to set.- Returns:
- the RecoveryPointMoveReadinessInfo object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-