public abstract class MapMatchingError
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | MapMatchingError.BuilderThis builder can be used to set the values describing the  MapMatchingError. | 
| Constructor and Description | 
|---|
| MapMatchingError() | 
| Modifier and Type | Method and Description | 
|---|---|
| static MapMatchingError.Builder | builder()Create a new instance of this class by using the  MapMatchingError.Builderclass. | 
| abstract java.lang.String | code()String indicating the state of the response. | 
| abstract java.lang.String | message()Provides a short message with the explanation of the invalid input. | 
| static com.google.gson.TypeAdapter<MapMatchingError> | typeAdapter(com.google.gson.Gson gson)Gson type adapter for parsing Gson to this class. | 
public static MapMatchingError.Builder builder()
MapMatchingError.Builder class.MapMatchingError.Builder for creating a new instance@Nullable public abstract java.lang.String code()
@Nullable public abstract java.lang.String message()
public static com.google.gson.TypeAdapter<MapMatchingError> typeAdapter(com.google.gson.Gson gson)
gson - the built Gson object