Package org.smallmind.claxon.registry
Class PercentileInView
- java.lang.Object
-
- org.smallmind.claxon.registry.PercentileInView
-
@Generated("org.smallmind.web.json.doppelganger.DoppelgangerAnnotationProcessor") public class PercentileInView extends Object
-
-
Constructor Summary
Constructors Constructor Description PercentileInView()PercentileInView(Percentile percentile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Percentilefactory()Percentilefactory(Percentile percentile)StringgetName()doublegetValue()static PercentileInViewinstance(Percentile percentile)PercentileInViewsetName(String name)PercentileInViewsetValue(double value)
-
-
-
Constructor Detail
-
PercentileInView
public PercentileInView()
-
PercentileInView
public PercentileInView(Percentile percentile)
-
-
Method Detail
-
instance
public static PercentileInView instance(Percentile percentile)
-
factory
public Percentile factory()
-
factory
public Percentile factory(Percentile percentile)
-
getName
public String getName()
-
setName
public PercentileInView setName(String name)
-
getValue
public double getValue()
-
setValue
public PercentileInView setValue(double value)
-
-