Class UnlockDeleteResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.recoveryservicesbackup.fluent.models.UnlockDeleteResponseInner
-
public final class UnlockDeleteResponseInner extends Object
Response of Unlock Delete API.
-
-
Constructor Summary
Constructors Constructor Description UnlockDeleteResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
unlockDeleteExpiryTime()
Get the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.void
validate()
Validates the instance.UnlockDeleteResponseInner
withUnlockDeleteExpiryTime(String unlockDeleteExpiryTime)
Set the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.
-
-
-
Method Detail
-
unlockDeleteExpiryTime
public String unlockDeleteExpiryTime()
Get the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.- Returns:
- the unlockDeleteExpiryTime value.
-
withUnlockDeleteExpiryTime
public UnlockDeleteResponseInner withUnlockDeleteExpiryTime(String unlockDeleteExpiryTime)
Set the unlockDeleteExpiryTime property: This is the time when unlock delete privileges will get expired.- Parameters:
unlockDeleteExpiryTime
- the unlockDeleteExpiryTime value to set.- Returns:
- the UnlockDeleteResponseInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-