public class OverdueJson
extends java.lang.Object
| Constructor and Description |
|---|
OverdueJson(java.lang.Integer initialReevaluationInterval,
java.util.List<OverdueStateConfigJson> overdueStates) |
OverdueJson(OverdueConfig overdueConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getInitialReevaluationInterval() |
java.util.List<OverdueStateConfigJson> |
getOverdueStates() |
int |
hashCode() |
static OverdueConfig |
toOverdueConfigWithValidation(OverdueJson input) |
java.lang.String |
toString() |
public OverdueJson(java.lang.Integer initialReevaluationInterval,
java.util.List<OverdueStateConfigJson> overdueStates)
public OverdueJson(OverdueConfig overdueConfig)
public java.lang.Integer getInitialReevaluationInterval()
public java.util.List<OverdueStateConfigJson> getOverdueStates()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static OverdueConfig toOverdueConfigWithValidation(OverdueJson input)
Copyright © 2010-2018. All Rights Reserved.