public final class IterativeCalculationSettings
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Sheets API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
IterativeCalculationSettings() |
| Modifier and Type | Method and Description |
|---|---|
IterativeCalculationSettings |
clone() |
java.lang.Double |
getConvergenceThreshold()
When iterative calculation is enabled, the threshold value such that calculation rounds stop
when succesive results differ by less.
|
java.lang.Integer |
getMaxIterations()
When iterative calculation is enabled, the maximum number of calculation rounds to perform
during iterative calculation.
|
IterativeCalculationSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
IterativeCalculationSettings |
setConvergenceThreshold(java.lang.Double convergenceThreshold)
When iterative calculation is enabled, the threshold value such that calculation rounds stop
when succesive results differ by less.
|
IterativeCalculationSettings |
setMaxIterations(java.lang.Integer maxIterations)
When iterative calculation is enabled, the maximum number of calculation rounds to perform
during iterative calculation.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Double getConvergenceThreshold()
null for nonepublic IterativeCalculationSettings setConvergenceThreshold(java.lang.Double convergenceThreshold)
convergenceThreshold - convergenceThreshold or null for nonepublic java.lang.Integer getMaxIterations()
null for nonepublic IterativeCalculationSettings setMaxIterations(java.lang.Integer maxIterations)
maxIterations - maxIterations or null for nonepublic IterativeCalculationSettings set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic IterativeCalculationSettings clone()
clone in class com.google.api.client.json.GenericJson