public final class ActivityContentDetailsSocial extends 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 v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ActivityContentDetailsSocial() |
| Modifier and Type | Method and Description |
|---|---|
ActivityContentDetailsSocial |
clone() |
String |
getAuthor()
The author of the social network post.
|
String |
getImageUrl()
An image of the post's author.
|
String |
getReferenceUrl()
The URL of the social network post.
|
ResourceId |
getResourceId()
The resourceId object encapsulates information that identifies the resource associated with a
social network post.
|
String |
getType()
The name of the social network.
|
ActivityContentDetailsSocial |
set(String fieldName,
Object value) |
ActivityContentDetailsSocial |
setAuthor(String author)
The author of the social network post.
|
ActivityContentDetailsSocial |
setImageUrl(String imageUrl)
An image of the post's author.
|
ActivityContentDetailsSocial |
setReferenceUrl(String referenceUrl)
The URL of the social network post.
|
ActivityContentDetailsSocial |
setResourceId(ResourceId resourceId)
The resourceId object encapsulates information that identifies the resource associated with a
social network post.
|
ActivityContentDetailsSocial |
setType(String type)
The name of the social network.
|
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 getAuthor()
null for nonepublic ActivityContentDetailsSocial setAuthor(String author)
author - author or null for nonepublic String getImageUrl()
null for nonepublic ActivityContentDetailsSocial setImageUrl(String imageUrl)
imageUrl - imageUrl or null for nonepublic String getReferenceUrl()
null for nonepublic ActivityContentDetailsSocial setReferenceUrl(String referenceUrl)
referenceUrl - referenceUrl or null for nonepublic ResourceId getResourceId()
null for nonepublic ActivityContentDetailsSocial setResourceId(ResourceId resourceId)
resourceId - resourceId or null for nonepublic String getType()
null for nonepublic ActivityContentDetailsSocial setType(String type)
type - type or null for nonepublic ActivityContentDetailsSocial set(String fieldName, Object value)
set in class GenericJsonpublic ActivityContentDetailsSocial clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.