public final class GridCoordinate
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 |
---|
GridCoordinate() |
Modifier and Type | Method and Description |
---|---|
GridCoordinate |
clone() |
java.lang.Integer |
getColumnIndex()
The column index of the coordinate.
|
java.lang.Integer |
getRowIndex()
The row index of the coordinate.
|
java.lang.Integer |
getSheetId()
The sheet this coordinate is on.
|
GridCoordinate |
set(java.lang.String fieldName,
java.lang.Object value) |
GridCoordinate |
setColumnIndex(java.lang.Integer columnIndex)
The column index of the coordinate.
|
GridCoordinate |
setRowIndex(java.lang.Integer rowIndex)
The row index of the coordinate.
|
GridCoordinate |
setSheetId(java.lang.Integer sheetId)
The sheet this coordinate is on.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Integer getColumnIndex()
null
for nonepublic GridCoordinate setColumnIndex(java.lang.Integer columnIndex)
columnIndex
- columnIndex or null
for nonepublic java.lang.Integer getRowIndex()
null
for nonepublic GridCoordinate setRowIndex(java.lang.Integer rowIndex)
rowIndex
- rowIndex or null
for nonepublic java.lang.Integer getSheetId()
null
for nonepublic GridCoordinate setSheetId(java.lang.Integer sheetId)
sheetId
- sheetId or null
for nonepublic GridCoordinate set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public GridCoordinate clone()
clone
in class com.google.api.client.json.GenericJson