public final class UrlNotification
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 Web Search Indexing 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 |
|---|
UrlNotification() |
| Modifier and Type | Method and Description |
|---|---|
UrlNotification |
clone() |
String |
getNotifyTime()
Creation timestamp for this notification.
|
String |
getType()
The URL life cycle event that Google is being notified about.
|
String |
getUrl()
The object of this notification.
|
UrlNotification |
set(String fieldName,
Object value) |
UrlNotification |
setNotifyTime(String notifyTime)
Creation timestamp for this notification.
|
UrlNotification |
setType(String type)
The URL life cycle event that Google is being notified about.
|
UrlNotification |
setUrl(String url)
The object of this notification.
|
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 getNotifyTime()
null for nonepublic UrlNotification setNotifyTime(String notifyTime)
notifyTime - notifyTime or null for nonepublic String getType()
null for nonepublic UrlNotification setType(String type)
type - type or null for nonepublic String getUrl()
null for nonepublic UrlNotification setUrl(String url)
url - url or null for nonepublic UrlNotification set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UrlNotification clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.