public final class ChannelConversionPing
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 YouTube Data 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 |
---|
ChannelConversionPing() |
Modifier and Type | Method and Description |
---|---|
ChannelConversionPing |
clone() |
java.lang.String |
getContext()
Defines the context of the ping.
|
java.lang.String |
getConversionUrl()
The url (without the schema) that the player shall send the ping to.
|
ChannelConversionPing |
set(java.lang.String fieldName,
java.lang.Object value) |
ChannelConversionPing |
setContext(java.lang.String context)
Defines the context of the ping.
|
ChannelConversionPing |
setConversionUrl(java.lang.String conversionUrl)
The url (without the schema) that the player shall send the ping to.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.String getContext()
null
for nonepublic ChannelConversionPing setContext(java.lang.String context)
context
- context or null
for nonepublic java.lang.String getConversionUrl()
null
for nonepublic ChannelConversionPing setConversionUrl(java.lang.String conversionUrl)
conversionUrl
- conversionUrl or null
for nonepublic ChannelConversionPing set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public ChannelConversionPing clone()
clone
in class com.google.api.client.json.GenericJson