Serialized Form
-
Package com.google.api.client.extensions.jdo
-
Class com.google.api.client.extensions.jdo.JdoDataStoreFactory.PrivateUtils.ComposedIdKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
id
java.lang.String id
Data store ID. -
key
java.lang.String key
Key.
-
-
-
Package com.google.api.client.http
-
Class com.google.api.client.http.HttpResponseException extends java.io.IOException implements Serializable
- serialVersionUID:
- -1875819453475890043L
-
Serialized Fields
-
content
java.lang.String content
HTTP response content ornull
for none. -
statusCode
int statusCode
HTTP status code. -
statusMessage
java.lang.String statusMessage
Status message ornull
.
-
-
-
Package com.google.api.client.util
-
Class com.google.api.client.util.DateTime extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
dateOnly
boolean dateOnly
Specifies whether this is a date-only value. -
tzShift
int tzShift
Time zone shift from UTC in minutes or0
for date-only value. -
value
long value
Date/time value expressed as the number of ms since the Unix epoch.If the time zone is specified, this value is normalized to UTC, so to format this date/time value, the time zone shift has to be applied.
-
-