public class Explanation extends Object
Explanation(Boolean match, Double value, String description, List<Explanation> details)
boolean
equals(Object o)
String
getDescription()
List<Explanation>
getDetails()
Double
getValue()
int
hashCode()
isMatch()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Explanation(@Nullable Boolean match, Double value, @Nullable String description, List<Explanation> details)
public boolean isMatch()
public Double getValue()
@Nullable public String getDescription()
public List<Explanation> getDetails()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.