public final class ArimaCoefficients
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 BigQuery 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 |
|---|
ArimaCoefficients() |
| Modifier and Type | Method and Description |
|---|---|
ArimaCoefficients |
clone() |
java.util.List<java.lang.Double> |
getAutoRegressiveCoefficients()
Auto-regressive coefficients, an array of double.
|
java.lang.Double |
getInterceptCoefficient()
Intercept coefficient, just a double not an array.
|
java.util.List<java.lang.Double> |
getMovingAverageCoefficients()
Moving-average coefficients, an array of double.
|
ArimaCoefficients |
set(java.lang.String fieldName,
java.lang.Object value) |
ArimaCoefficients |
setAutoRegressiveCoefficients(java.util.List<java.lang.Double> autoRegressiveCoefficients)
Auto-regressive coefficients, an array of double.
|
ArimaCoefficients |
setInterceptCoefficient(java.lang.Double interceptCoefficient)
Intercept coefficient, just a double not an array.
|
ArimaCoefficients |
setMovingAverageCoefficients(java.util.List<java.lang.Double> movingAverageCoefficients)
Moving-average coefficients, an array of double.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<java.lang.Double> getAutoRegressiveCoefficients()
null for nonepublic ArimaCoefficients setAutoRegressiveCoefficients(java.util.List<java.lang.Double> autoRegressiveCoefficients)
autoRegressiveCoefficients - autoRegressiveCoefficients or null for nonepublic java.lang.Double getInterceptCoefficient()
null for nonepublic ArimaCoefficients setInterceptCoefficient(java.lang.Double interceptCoefficient)
interceptCoefficient - interceptCoefficient or null for nonepublic java.util.List<java.lang.Double> getMovingAverageCoefficients()
null for nonepublic ArimaCoefficients setMovingAverageCoefficients(java.util.List<java.lang.Double> movingAverageCoefficients)
movingAverageCoefficients - movingAverageCoefficients or null for nonepublic ArimaCoefficients set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ArimaCoefficients clone()
clone in class com.google.api.client.json.GenericJson