public final class FsCommand
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 DCM/DFA Reporting And Trafficking 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 |
|---|
FsCommand() |
| Modifier and Type | Method and Description |
|---|---|
FsCommand |
clone() |
java.lang.Integer |
getLeft()
Distance from the left of the browser.Applicable when positionOption is
DISTANCE_FROM_TOP_LEFT_CORNER.
|
java.lang.String |
getPositionOption()
Position in the browser where the window will open.
|
java.lang.Integer |
getTop()
Distance from the top of the browser.
|
java.lang.Integer |
getWindowHeight()
Height of the window.
|
java.lang.Integer |
getWindowWidth()
Width of the window.
|
FsCommand |
set(java.lang.String fieldName,
java.lang.Object value) |
FsCommand |
setLeft(java.lang.Integer left)
Distance from the left of the browser.Applicable when positionOption is
DISTANCE_FROM_TOP_LEFT_CORNER.
|
FsCommand |
setPositionOption(java.lang.String positionOption)
Position in the browser where the window will open.
|
FsCommand |
setTop(java.lang.Integer top)
Distance from the top of the browser.
|
FsCommand |
setWindowHeight(java.lang.Integer windowHeight)
Height of the window.
|
FsCommand |
setWindowWidth(java.lang.Integer windowWidth)
Width of the window.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getLeft()
null for nonepublic FsCommand setLeft(java.lang.Integer left)
left - left or null for nonepublic java.lang.String getPositionOption()
null for nonepublic FsCommand setPositionOption(java.lang.String positionOption)
positionOption - positionOption or null for nonepublic java.lang.Integer getTop()
null for nonepublic FsCommand setTop(java.lang.Integer top)
top - top or null for nonepublic java.lang.Integer getWindowHeight()
null for nonepublic FsCommand setWindowHeight(java.lang.Integer windowHeight)
windowHeight - windowHeight or null for nonepublic java.lang.Integer getWindowWidth()
null for nonepublic FsCommand setWindowWidth(java.lang.Integer windowWidth)
windowWidth - windowWidth or null for nonepublic FsCommand set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic FsCommand clone()
clone in class com.google.api.client.json.GenericJson