public class RetentionPolicyParameters extends Object
Constructor and Description |
---|
RetentionPolicyParameters() |
Modifier and Type | Method and Description |
---|---|
Integer |
days()
Get the days value.
|
Boolean |
enabled()
Get the enabled value.
|
RetentionPolicyParameters |
withDays(Integer days)
Set the days value.
|
RetentionPolicyParameters |
withEnabled(Boolean enabled)
Set the enabled value.
|
public Integer days()
public RetentionPolicyParameters withDays(Integer days)
days
- the days value to setpublic Boolean enabled()
public RetentionPolicyParameters withEnabled(Boolean enabled)
enabled
- the enabled value to setCopyright © 2019. All rights reserved.