Class GdataDiffDownloadResponse
- java.lang.Object
-
- java.util.AbstractMap<java.lang.String,java.lang.Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.rcsbusinessmessaging.v1.model.GdataDiffDownloadResponse
-
- All Implemented Interfaces:
java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Object>
public final class GdataDiffDownloadResponse extends com.google.api.client.json.GenericJsonBackend response for a Diff download response. For details on the Scotty Diff protocol, visit http://go/scotty-diff-protocol.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 RCS Business Messaging API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
-
Constructor Summary
Constructors Constructor Description GdataDiffDownloadResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GdataDiffDownloadResponseclone()GdataCompositeMediagetObjectLocation()The original object location.GdataDiffDownloadResponseset(java.lang.String fieldName, java.lang.Object value)GdataDiffDownloadResponsesetObjectLocation(GdataCompositeMedia objectLocation)The original object location.-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
-
-
-
-
Method Detail
-
getObjectLocation
public GdataCompositeMedia getObjectLocation()
The original object location.- Returns:
- value or
nullfor none
-
setObjectLocation
public GdataDiffDownloadResponse setObjectLocation(GdataCompositeMedia objectLocation)
The original object location.- Parameters:
objectLocation- objectLocation ornullfor none
-
set
public GdataDiffDownloadResponse set(java.lang.String fieldName, java.lang.Object value)
- Overrides:
setin classcom.google.api.client.json.GenericJson
-
clone
public GdataDiffDownloadResponse clone()
- Overrides:
clonein classcom.google.api.client.json.GenericJson
-
-