Attributes Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. Attributes
- com.
public class Attributes
The object attributes managed by the KeyVault service.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime |
created()
Get the created value. |
Boolean |
enabled()
Get the enabled value. |
DateTime |
expires()
Get the expires value. |
DateTime |
notBefore()
Get the notBefore value. |
DateTime |
updated()
Get the updated value. |
Attributes |
withEnabled(Boolean enabled)
Set the enabled value. |
Attributes |
withExpires(DateTime expires)
Set the expires value. |
Attributes |
withNotBefore(DateTime notBefore)
Set the notBefore value. |
Method Details
created
public DateTime created()
Get the created value.
Returns:
enabled
public Boolean enabled()
Get the enabled value.
Returns:
expires
public DateTime expires()
Get the expires value.
Returns:
notBefore
public DateTime notBefore()
Get the notBefore value.
Returns:
updated
public DateTime updated()
Get the updated value.
Returns:
withEnabled
public Attributes withEnabled(Boolean enabled)
Set the enabled value.
Parameters:
Returns:
withExpires
public Attributes withExpires(DateTime expires)
Set the expires value.
Parameters:
Returns:
withNotBefore
public Attributes withNotBefore(DateTime notBefore)
Set the notBefore value.
Parameters:
Returns:
Applies to
Azure SDK for Java