public final class ETLJson extends Object
| Constructor and Description |
|---|
ETLJson(String name,
List<TimestampedEntry<ETLState>> stateHistory,
List<TimestampedEntry<ETLHealth>> healthHistory,
int harvestedCount,
int maxDocumentCount,
String versionHash) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getHarvestedCount() |
List<TimestampedEntry<ETLHealth>> |
getHealthHistory() |
int |
getMaxDocumentCount() |
String |
getName() |
List<TimestampedEntry<ETLState>> |
getStateHistory() |
String |
getVersionHash() |
int |
hashCode() |
String |
toString() |
public ETLJson(String name, List<TimestampedEntry<ETLState>> stateHistory, List<TimestampedEntry<ETLHealth>> healthHistory, int harvestedCount, int maxDocumentCount, String versionHash)
public String getName()
public List<TimestampedEntry<ETLState>> getStateHistory()
public List<TimestampedEntry<ETLHealth>> getHealthHistory()
public int getHarvestedCount()
public int getMaxDocumentCount()
public String getVersionHash()
Copyright © 2017–2019. All rights reserved.