Class Attributes
- java.lang.Object
-
- fish.payara.microprofile.config.extensions.azure.model.Attributes
-
public class Attributes extends Object
-
-
Constructor Summary
Constructors Constructor Description Attributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetCreated()BooleangetEnabled()StringgetRecoveryLevel()LonggetUpdated()voidsetCreated(Long created)voidsetEnabled(Boolean enabled)voidsetRecoveryLevel(String recoveryLevel)voidsetUpdated(Long updated)
-
-
-
Method Detail
-
getEnabled
public Boolean getEnabled()
-
setEnabled
public void setEnabled(Boolean enabled)
-
getCreated
public Long getCreated()
-
setCreated
public void setCreated(Long created)
-
getUpdated
public Long getUpdated()
-
setUpdated
public void setUpdated(Long updated)
-
getRecoveryLevel
public String getRecoveryLevel()
-
setRecoveryLevel
public void setRecoveryLevel(String recoveryLevel)
-
-