|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sonyericsson.jenkins.plugins.bfa.statistics.FailureCauseStatistics
public class FailureCauseStatistics
The FailureCause statistics object. Contains the id of a FailureCause and its found indications.
Constructor Summary | |
---|---|
FailureCauseStatistics(net.vz.mongodb.jackson.DBRef<FailureCause,?> failureCause,
List<FoundIndication> indications)
JSON constructor. |
|
FailureCauseStatistics(String id,
List<FoundIndication> indications)
Standard constructor. |
Method Summary | |
---|---|
String |
getId()
Getter for the id. |
List<FoundIndication> |
getIndications()
Getter for the FoundIndications. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FailureCauseStatistics(String id, List<FoundIndication> indications)
id
- the id of the FailureCause.indications
- the list of indications.public FailureCauseStatistics(net.vz.mongodb.jackson.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 invalidMethod Detail |
---|
public String getId()
public List<FoundIndication> getIndications()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |