public class SampleOptions extends Object
| Constructor and Description |
|---|
SampleOptions() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getNthValue() |
Double |
getPercent() |
Long |
getSeed() |
Long |
getSize() |
SampleType |
getType() |
void |
setNthValue(Integer nthValue) |
void |
setPercent(Double percent) |
void |
setSeed(Long seed) |
void |
setSize(Long size) |
void |
setType(SampleType type) |
String |
toString() |
public SampleType getType()
public void setType(SampleType type)
public Double getPercent()
public void setPercent(Double percent)
public Long getSeed()
public void setSeed(Long seed)
public Long getSize()
public void setSize(Long size)
public Integer getNthValue()
public void setNthValue(Integer nthValue)
Copyright © 2018–2021 ODPi. All rights reserved.