Serialized Form


Package com.google.api.client.http

Class com.google.api.client.http.HttpResponseException extends IOException implements Serializable

serialVersionUID: -1875819453475890043L

Serialized Fields

statusCode

int statusCode
HTTP status code.


statusMessage

String statusMessage
Status message or null.


Package com.google.api.client.util

Class com.google.api.client.util.DateTime extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

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.


dateOnly

boolean dateOnly
Specifies whether this is a date-only value.


tzShift

Integer tzShift
Time zone shift from UTC in minutes. If null, no time zone is set, and the time is always interpreted as local time.



Copyright © 2011-2012 Google. All Rights Reserved.