Serialized Form
-
Package com.google.api.client.http
-
Class com.google.api.client.http.HttpResponseException extends java.io.IOException implements Serializable
- serialVersionUID:
- -1875819453475890043L
-
Serialized Fields
-
attemptCount
int attemptCount
Number of attempts performed -
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.
-
-
Class com.google.api.client.util.DateTime.SecondsAndNanos extends java.lang.Object implements Serializable
-
Serialized Fields
-
nanos
int nanos
-
seconds
long seconds
-
-
-