Class CanaryAnalysisExecutionResult
- java.lang.Object
-
- com.netflix.kayenta.standalonecanaryanalysis.domain.CanaryAnalysisExecutionResult
-
public class CanaryAnalysisExecutionResult extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringbuildTimeIsoprotected @NonNull java.util.List<CanaryExecutionResult>canaryExecutionResultsprotected java.lang.StringcanaryScoreMessageprotected @NonNull java.util.List<java.lang.Double>canaryScoresprotected booleandidPassThresholdsprotected java.lang.StringendTimeIsoprotected booleanhasWarningsprotected java.lang.StringstartTimeIso
-
Constructor Summary
Constructors Constructor Description CanaryAnalysisExecutionResult()
-
-
-
Field Detail
-
didPassThresholds
protected boolean didPassThresholds
-
hasWarnings
protected boolean hasWarnings
-
canaryScoreMessage
protected java.lang.String canaryScoreMessage
-
canaryScores
@NonNull protected @NonNull java.util.List<java.lang.Double> canaryScores
-
canaryExecutionResults
@NonNull protected @NonNull java.util.List<CanaryExecutionResult> canaryExecutionResults
-
buildTimeIso
protected java.lang.String buildTimeIso
-
startTimeIso
protected java.lang.String startTimeIso
-
endTimeIso
protected java.lang.String endTimeIso
-
-