public class Attributes extends Object
| Constructor and Description |
|---|
Attributes() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreated() |
Boolean |
getEnabled() |
String |
getRecoveryLevel() |
Long |
getUpdated() |
void |
setCreated(Long created) |
void |
setEnabled(Boolean enabled) |
void |
setRecoveryLevel(String recoveryLevel) |
void |
setUpdated(Long updated) |
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public Long getCreated()
public void setCreated(Long created)
public Long getUpdated()
public void setUpdated(Long updated)
public String getRecoveryLevel()
public void setRecoveryLevel(String recoveryLevel)
Copyright © 2021. All rights reserved.