com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
BodyLines() |
| Modifier and Type | Method and Description |
|---|---|
Promotion.BodyLines |
clone() |
String |
getHtmlTitle()
The block object's text in HTML, if it has text.
|
String |
getLink()
The anchor text of the block object's link, if it has a link.
|
String |
getTitle()
The block object's text, if it has text.
|
String |
getUrl()
The URL of the block object's link, if it has one.
|
Promotion.BodyLines |
set(String fieldName,
Object value) |
Promotion.BodyLines |
setHtmlTitle(String htmlTitle)
The block object's text in HTML, if it has text.
|
Promotion.BodyLines |
setLink(String link)
The anchor text of the block object's link, if it has a link.
|
Promotion.BodyLines |
setTitle(String title)
The block object's text, if it has text.
|
Promotion.BodyLines |
setUrl(String url)
The URL of the block object's link, if it has one.
|
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 String getHtmlTitle()
null for nonepublic Promotion.BodyLines setHtmlTitle(String htmlTitle)
htmlTitle - htmlTitle or null for nonepublic String getLink()
null for nonepublic Promotion.BodyLines setLink(String link)
link - link or null for nonepublic String getTitle()
null for nonepublic Promotion.BodyLines setTitle(String title)
title - title or null for nonepublic String getUrl()
null for nonepublic Promotion.BodyLines setUrl(String url)
url - url or null for nonepublic Promotion.BodyLines set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Promotion.BodyLines clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.