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 Campaign Manager 360 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FsCommand() |
| Modifier and Type | Method and Description |
|---|---|
FsCommand |
clone() |
Integer |
getLeft()
Distance from the left of the browser.Applicable when positionOption is
DISTANCE_FROM_TOP_LEFT_CORNER.
|
String |
getPositionOption()
Position in the browser where the window will open.
|
Integer |
getTop()
Distance from the top of the browser.
|
Integer |
getWindowHeight()
Height of the window.
|
Integer |
getWindowWidth()
Width of the window.
|
FsCommand |
set(String fieldName,
Object value) |
FsCommand |
setLeft(Integer left)
Distance from the left of the browser.Applicable when positionOption is
DISTANCE_FROM_TOP_LEFT_CORNER.
|
FsCommand |
setPositionOption(String positionOption)
Position in the browser where the window will open.
|
FsCommand |
setTop(Integer top)
Distance from the top of the browser.
|
FsCommand |
setWindowHeight(Integer windowHeight)
Height of the window.
|
FsCommand |
setWindowWidth(Integer windowWidth)
Width of the window.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Integer getLeft()
null for nonepublic FsCommand setLeft(Integer left)
left - left or null for nonepublic String getPositionOption()
null for nonepublic FsCommand setPositionOption(String positionOption)
positionOption - positionOption or null for nonepublic Integer getTop()
null for nonepublic FsCommand setTop(Integer top)
top - top or null for nonepublic Integer getWindowHeight()
null for nonepublic FsCommand setWindowHeight(Integer windowHeight)
windowHeight - windowHeight or null for nonepublic Integer getWindowWidth()
null for nonepublic FsCommand setWindowWidth(Integer windowWidth)
windowWidth - windowWidth or null for nonepublic FsCommand set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FsCommand clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.