public class RetentionPeriod extends Object implements Comparable<RetentionPeriod>
| Modifier and Type | Class and Description |
|---|---|
static class |
RetentionPeriod.DeleteStudies |
| Constructor and Description |
|---|
RetentionPeriod(String value,
Period period,
ScheduleExpression schedule) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(RetentionPeriod o) |
Period |
getPeriod() |
String |
getPrefix() |
boolean |
match(Calendar cal) |
String |
toString() |
static RetentionPeriod |
valueOf(String s) |
public RetentionPeriod(String value, Period period, ScheduleExpression schedule)
public static RetentionPeriod valueOf(String s)
public Period getPeriod()
public String getPrefix()
public boolean match(Calendar cal)
public int compareTo(RetentionPeriod o)
compareTo in interface Comparable<RetentionPeriod>Copyright © 2021. All rights reserved.