public final class Padding
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 |
---|
Padding() |
Modifier and Type | Method and Description |
---|---|
Padding |
clone() |
java.lang.Integer |
getBottom()
The bottom padding of the cell.
|
java.lang.Integer |
getLeft()
The left padding of the cell.
|
java.lang.Integer |
getRight()
The right padding of the cell.
|
java.lang.Integer |
getTop()
The top padding of the cell.
|
Padding |
set(java.lang.String fieldName,
java.lang.Object value) |
Padding |
setBottom(java.lang.Integer bottom)
The bottom padding of the cell.
|
Padding |
setLeft(java.lang.Integer left)
The left padding of the cell.
|
Padding |
setRight(java.lang.Integer right)
The right padding of the cell.
|
Padding |
setTop(java.lang.Integer top)
The top padding of the cell.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Integer getBottom()
null
for nonepublic Padding setBottom(java.lang.Integer bottom)
bottom
- bottom or null
for nonepublic java.lang.Integer getLeft()
null
for nonepublic Padding setLeft(java.lang.Integer left)
left
- left or null
for nonepublic java.lang.Integer getRight()
null
for nonepublic Padding setRight(java.lang.Integer right)
right
- right or null
for nonepublic java.lang.Integer getTop()
null
for nonepublic Padding setTop(java.lang.Integer top)
top
- top or null
for nonepublic Padding set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public Padding clone()
clone
in class com.google.api.client.json.GenericJson