public class LocalizedServiceId extends Object implements Serializable, Comparable<LocalizedServiceId>
FeedScopedId
) and a
TimeZone
object that can be used to ground ServiceDate
objects. See ServiceDate.getAsDate(TimeZone)
for more info.ServiceDate
,
CalendarService
,
Serialized FormConstructor and Description |
---|
LocalizedServiceId(FeedScopedId serviceId,
TimeZone timeZone) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(LocalizedServiceId o) |
boolean |
equals(Object obj) |
FeedScopedId |
getId() |
TimeZone |
getTimeZone() |
int |
hashCode() |
String |
toString() |
public LocalizedServiceId(FeedScopedId serviceId, TimeZone timeZone)
public FeedScopedId getId()
public TimeZone getTimeZone()
public int compareTo(LocalizedServiceId o)
compareTo
in interface Comparable<LocalizedServiceId>
Copyright © 2019. All rights reserved.