public final class ArimaOrder
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 |
|---|
ArimaOrder() |
| Modifier and Type | Method and Description |
|---|---|
ArimaOrder |
clone() |
java.lang.Long |
getD()
Order of the differencing part.
|
java.lang.Long |
getP()
Order of the autoregressive part.
|
java.lang.Long |
getQ()
Order of the moving-average part.
|
ArimaOrder |
set(java.lang.String fieldName,
java.lang.Object value) |
ArimaOrder |
setD(java.lang.Long d)
Order of the differencing part.
|
ArimaOrder |
setP(java.lang.Long p)
Order of the autoregressive part.
|
ArimaOrder |
setQ(java.lang.Long q)
Order of the moving-average part.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getD()
null for nonepublic ArimaOrder setD(java.lang.Long d)
d - d or null for nonepublic java.lang.Long getP()
null for nonepublic ArimaOrder setP(java.lang.Long p)
p - p or null for nonepublic java.lang.Long getQ()
null for nonepublic ArimaOrder setQ(java.lang.Long q)
q - q or null for nonepublic ArimaOrder set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ArimaOrder clone()
clone in class com.google.api.client.json.GenericJson