Class TrafficIncidentLookupOptions
Package com.here.sdk.traffic
Class TrafficIncidentLookupOptions
- java.lang.Object
-
- com.here.sdk.traffic.TrafficIncidentLookupOptions
-
public final class TrafficIncidentLookupOptions extends java.lang.ObjectAll the options to specify how a single incident should be queried.
-
-
Field Summary
Fields Modifier and Type Field Description LanguageCodelanguageCodeThe language code of the query.
-
Constructor Summary
Constructors Constructor Description TrafficIncidentLookupOptions()Creates a new instance with default value.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
Field Detail
-
languageCode
@Nullable public LanguageCode languageCode
The language code of the query. If the language code is null or not supported then response fields are expected in the original language of the country that the incident belongs to.
-
-