public class StatisticDataQueueEntry extends Object implements Serializable
| Constructor and Description |
|---|
StatisticDataQueueEntry() |
StatisticDataQueueEntry(StatisticData statisticData) |
StatisticDataQueueEntry(StatisticData statisticData,
boolean processed,
boolean error,
short attemptCount,
Map<String,Boolean> processingStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
short |
getAttemptCount() |
long |
getId() |
Map<String,Boolean> |
getProcessingStatus() |
StatisticData |
getStatisticData() |
int |
hashCode() |
boolean |
isError() |
boolean |
isProcessed() |
void |
setAttemptCount(short attemptCount) |
void |
setError(boolean error) |
void |
setProcessed(boolean processed) |
void |
setProcessingStatus(Map<String,Boolean> processingStatus) |
void |
setStatisticData(StatisticData statisticData) |
String |
toString() |
public StatisticDataQueueEntry(StatisticData statisticData)
public StatisticDataQueueEntry(StatisticData statisticData, boolean processed, boolean error, short attemptCount, Map<String,Boolean> processingStatus)
public StatisticDataQueueEntry()
public long getId()
public StatisticData getStatisticData()
public boolean isProcessed()
public boolean isError()
public short getAttemptCount()
public void setStatisticData(StatisticData statisticData)
public void setProcessed(boolean processed)
public void setError(boolean error)
public void setAttemptCount(short attemptCount)
protected boolean canEqual(Object other)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.