public final class Logging
extends java.lang.Object
| Constructor and Description |
|---|
Logging() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
delete()
Get the delete value.
|
boolean |
read()
Get the read value.
|
RetentionPolicy |
retentionPolicy()
Get the retentionPolicy value.
|
java.lang.String |
version()
Get the version value.
|
Logging |
withDelete(boolean delete)
Set the delete value.
|
Logging |
withRead(boolean read)
Set the read value.
|
Logging |
withRetentionPolicy(RetentionPolicy retentionPolicy)
Set the retentionPolicy value.
|
Logging |
withVersion(java.lang.String version)
Set the version value.
|
Logging |
withWrite(boolean write)
Set the write value.
|
boolean |
write()
Get the write value.
|
public java.lang.String version()
public Logging withVersion(java.lang.String version)
version - the version value to set.public boolean delete()
public Logging withDelete(boolean delete)
delete - the delete value to set.public boolean read()
public Logging withRead(boolean read)
read - the read value to set.public boolean write()
public Logging withWrite(boolean write)
write - the write value to set.public RetentionPolicy retentionPolicy()
public Logging withRetentionPolicy(RetentionPolicy retentionPolicy)
retentionPolicy - the retentionPolicy value to set.