Class TrafficIncidentLookupOptions

  • java.lang.Object
    • com.here.sdk.traffic.TrafficIncidentLookupOptions

  • public final class TrafficIncidentLookupOptions
    extends java.lang.Object

    All the options to specify how a single incident should be queried.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • 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.

    • Constructor Detail

      • TrafficIncidentLookupOptions

        public TrafficIncidentLookupOptions()

        Creates a new instance with default value.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object