public class FailureCauseStatistics extends Object
Constructor and Description |
---|
FailureCauseStatistics(org.mongojack.DBRef<FailureCause,?> failureCause,
List<FoundIndication> indications)
JSON constructor.
|
FailureCauseStatistics(String id,
List<FoundIndication> indications)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
Getter for the id.
|
List<FoundIndication> |
getIndications()
Getter for the FoundIndications.
|
public FailureCauseStatistics(String id, List<FoundIndication> indications)
id
- the id of the FailureCause.indications
- the list of indications.public FailureCauseStatistics(org.mongojack.DBRef<FailureCause,?> failureCause, List<FoundIndication> indications) throws Exception
failureCause
- database reference to the FailureCause.indications
- the list of indications.Exception
- if the database reference is invalidpublic String getId()
public List<FoundIndication> getIndications()
Copyright © 2016–2021. All rights reserved.