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: https://developers.google.com/api-client-library/java/google-http-java-client/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 and successive results differ by less than this threshold
value, the calculation rounds stop.
|
java.lang.Integer |
getMaxIterations()
When iterative calculation is enabled, the maximum number of calculation rounds to perform.
|
IterativeCalculationSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
IterativeCalculationSettings |
setConvergenceThreshold(java.lang.Double convergenceThreshold)
When iterative calculation is enabled and successive results differ by less than this threshold
value, the calculation rounds stop.
|
IterativeCalculationSettings |
setMaxIterations(java.lang.Integer maxIterations)
When iterative calculation is enabled, the maximum number of calculation rounds to perform.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public 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.GenericJson
public IterativeCalculationSettings clone()
clone
in class com.google.api.client.json.GenericJson