public class ObjectLockConfiguration
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ObjectLockConfiguration.ObjectLockEnabled |
Constructor and Description |
---|
ObjectLockConfiguration() |
Modifier and Type | Method and Description |
---|---|
ObjectLockConfiguration.ObjectLockEnabled |
getObjectLockEnabled() |
ObjectLockRule |
getRule() |
void |
setObjectLockEnabled(ObjectLockConfiguration.ObjectLockEnabled objectLockEnabled) |
void |
setRule(ObjectLockRule rule) |
ObjectLockConfiguration |
withObjectLockEnabled(ObjectLockConfiguration.ObjectLockEnabled objectLockEnabled) |
ObjectLockConfiguration |
withRule(ObjectLockRule rule) |
public ObjectLockConfiguration.ObjectLockEnabled getObjectLockEnabled()
public void setObjectLockEnabled(ObjectLockConfiguration.ObjectLockEnabled objectLockEnabled)
public ObjectLockConfiguration withObjectLockEnabled(ObjectLockConfiguration.ObjectLockEnabled objectLockEnabled)
public ObjectLockRule getRule()
public void setRule(ObjectLockRule rule)
public ObjectLockConfiguration withRule(ObjectLockRule rule)