TimeZone Class

public class TimeZone
extends SearchResultsAnswer

Defines the data and time of one or more geographic locations.

Constructor Summary

Constructor Description
TimeZone()

Method Summary

Modifier and Type Method and Description
java.util.List<TimeZoneTimeZoneInformation> otherCityTimes()

Get the otherCityTimes value.

TimeZoneTimeZoneInformation primaryCityTime()

Get the primaryCityTime value.

TimeZone withPrimaryCityTime(TimeZoneTimeZoneInformation primaryCityTime)

Set the primaryCityTime value.

Methods inherited from Answer

Methods inherited from Identifiable

id

Methods inherited from Response

Methods inherited from SearchResultsAnswer

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TimeZone

public TimeZone()

Method Details

otherCityTimes

public List otherCityTimes()

Get the otherCityTimes value.

Returns:

the otherCityTimes value

primaryCityTime

public TimeZoneTimeZoneInformation primaryCityTime()

Get the primaryCityTime value.

Returns:

the primaryCityTime value

withPrimaryCityTime

public TimeZone withPrimaryCityTime(TimeZoneTimeZoneInformation primaryCityTime)

Set the primaryCityTime value.

Parameters:

primaryCityTime - the primaryCityTime value to set

Returns:

the TimeZone object itself.

Applies to