Serialized Form


Package com.google.api.client.http

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

serialVersionUID: 1L

Serialized Fields

response

HttpResponse response
Deprecated. (scheduled to be made private in 1.6) Use HttpResponseException.getResponse()
HTTP response.


Package com.google.api.client.util

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

serialVersionUID: 1L

Serialized Fields

value

long value
Deprecated. (scheduled to be made private in 1.6) Use DateTime.getValue()
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
Deprecated. (scheduled to be made private in 1.6) Use DateTime.isDateOnly()
Specifies whether this is a date-only value.


tzShift

Integer tzShift
Deprecated. (scheduled to be made private in 1.6) Use DateTime.getTimeZoneShift()
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 Google. All Rights Reserved.