public final class PopupWindowProperties
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 |
|---|
PopupWindowProperties() |
| Modifier and Type | Method and Description |
|---|---|
PopupWindowProperties |
clone() |
Size |
getDimension()
Popup dimension for a creative.
|
OffsetPosition |
getOffset()
Upper-left corner coordinates of the popup window.
|
java.lang.String |
getPositionType()
Popup window position either centered or at specific coordinate.
|
java.lang.Boolean |
getShowAddressBar()
Whether to display the browser address bar.
|
java.lang.Boolean |
getShowMenuBar()
Whether to display the browser menu bar.
|
java.lang.Boolean |
getShowScrollBar()
Whether to display the browser scroll bar.
|
java.lang.Boolean |
getShowStatusBar()
Whether to display the browser status bar.
|
java.lang.Boolean |
getShowToolBar()
Whether to display the browser tool bar.
|
java.lang.String |
getTitle()
Title of popup window.
|
PopupWindowProperties |
set(java.lang.String fieldName,
java.lang.Object value) |
PopupWindowProperties |
setDimension(Size dimension)
Popup dimension for a creative.
|
PopupWindowProperties |
setOffset(OffsetPosition offset)
Upper-left corner coordinates of the popup window.
|
PopupWindowProperties |
setPositionType(java.lang.String positionType)
Popup window position either centered or at specific coordinate.
|
PopupWindowProperties |
setShowAddressBar(java.lang.Boolean showAddressBar)
Whether to display the browser address bar.
|
PopupWindowProperties |
setShowMenuBar(java.lang.Boolean showMenuBar)
Whether to display the browser menu bar.
|
PopupWindowProperties |
setShowScrollBar(java.lang.Boolean showScrollBar)
Whether to display the browser scroll bar.
|
PopupWindowProperties |
setShowStatusBar(java.lang.Boolean showStatusBar)
Whether to display the browser status bar.
|
PopupWindowProperties |
setShowToolBar(java.lang.Boolean showToolBar)
Whether to display the browser tool bar.
|
PopupWindowProperties |
setTitle(java.lang.String title)
Title of popup window.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic Size getDimension()
null for nonepublic PopupWindowProperties setDimension(Size dimension)
dimension - dimension or null for nonepublic OffsetPosition getOffset()
null for nonepublic PopupWindowProperties setOffset(OffsetPosition offset)
offset - offset or null for nonepublic java.lang.String getPositionType()
null for nonepublic PopupWindowProperties setPositionType(java.lang.String positionType)
positionType - positionType or null for nonepublic java.lang.Boolean getShowAddressBar()
null for nonepublic PopupWindowProperties setShowAddressBar(java.lang.Boolean showAddressBar)
showAddressBar - showAddressBar or null for nonepublic java.lang.Boolean getShowMenuBar()
null for nonepublic PopupWindowProperties setShowMenuBar(java.lang.Boolean showMenuBar)
showMenuBar - showMenuBar or null for nonepublic java.lang.Boolean getShowScrollBar()
null for nonepublic PopupWindowProperties setShowScrollBar(java.lang.Boolean showScrollBar)
showScrollBar - showScrollBar or null for nonepublic java.lang.Boolean getShowStatusBar()
null for nonepublic PopupWindowProperties setShowStatusBar(java.lang.Boolean showStatusBar)
showStatusBar - showStatusBar or null for nonepublic java.lang.Boolean getShowToolBar()
null for nonepublic PopupWindowProperties setShowToolBar(java.lang.Boolean showToolBar)
showToolBar - showToolBar or null for nonepublic java.lang.String getTitle()
null for nonepublic PopupWindowProperties setTitle(java.lang.String title)
title - title or null for nonepublic PopupWindowProperties set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PopupWindowProperties clone()
clone in class com.google.api.client.json.GenericJson