public class RetentionPolicies extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
RetentionPolicies.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<RetentionPolicy> |
entries
A list in which each entry represents a retention policy object.
|
protected Long |
limit
The limit that was used for these entries.
|
protected String |
nextMarker
The marker for the start of the next page of results.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
RetentionPolicies() |
protected |
RetentionPolicies(RetentionPolicies.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<RetentionPolicy> |
getEntries() |
Long |
getLimit() |
String |
getNextMarker() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected List<RetentionPolicy> entries
protected Long limit
protected String nextMarker
public RetentionPolicies()
protected RetentionPolicies(RetentionPolicies.Builder builder)
public List<RetentionPolicy> getEntries()
public String getNextMarker()