@ThriftStruct public final class Estimate extends Object
Estimate(double value)
boolean
equals(Object o)
double
getValue()
int
hashCode()
isUnknown()
static Estimate
of(double value)
String
toString()
unknown()
zero()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ThriftConstructor public Estimate(double value)
public static Estimate unknown()
public static Estimate zero()
public static Estimate of(double value)
public boolean isUnknown()
@ThriftField(value=1) public double getValue()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2012–2022. All rights reserved.