Package com.azure.storage.blob.models
Class KeyInfo
java.lang.Object
com.azure.storage.blob.models.KeyInfo
Key information.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the expiry property: The date-time the key expires in ISO 8601 UTC time.getStart()
Get the start property: The date-time the key is active in ISO 8601 UTC time.Set the expiry property: The date-time the key expires in ISO 8601 UTC time.Set the start property: The date-time the key is active in ISO 8601 UTC time.
-
Constructor Details
-
KeyInfo
public KeyInfo()Creates an instance of KeyInfo class.
-
-
Method Details
-
getStart
Get the start property: The date-time the key is active in ISO 8601 UTC time.- Returns:
- the start value.
-
setStart
Set the start property: The date-time the key is active in ISO 8601 UTC time.- Parameters:
start
- the start value to set.- Returns:
- the KeyInfo object itself.
-
getExpiry
Get the expiry property: The date-time the key expires in ISO 8601 UTC time.- Returns:
- the expiry value.
-
setExpiry
Set the expiry property: The date-time the key expires in ISO 8601 UTC time.- Parameters:
expiry
- the expiry value to set.- Returns:
- the KeyInfo object itself.
-