Class ExpressionEvaluationSummary.Result
java.lang.Object
com.netflix.spinnaker.kork.expressions.ExpressionEvaluationSummary.Result
- Enclosing class:
- ExpressionEvaluationSummary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanClass<?>com.netflix.spinnaker.kork.expressions.ExpressionEvaluationSummary.Result.LevelgetLevel()longinthashCode()voidsetDescription(String description) voidsetExceptionType(Class<?> exceptionType) voidsetLevel(com.netflix.spinnaker.kork.expressions.ExpressionEvaluationSummary.Result.Level level) voidsetTimestamp(long timestamp) toString()
-
Constructor Details
-
Result
-
-
Method Details
-
getDescription
-
setDescription
-
getTimestamp
public long getTimestamp() -
setTimestamp
public void setTimestamp(long timestamp) -
getLevel
public com.netflix.spinnaker.kork.expressions.ExpressionEvaluationSummary.Result.Level getLevel() -
setLevel
public void setLevel(com.netflix.spinnaker.kork.expressions.ExpressionEvaluationSummary.Result.Level level) -
getExceptionType
-
setExceptionType
-
toString
-
equals
-
hashCode
public int hashCode()
-