public abstract class DirectionsRefreshJsonObject
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DirectionsRefreshJsonObject() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,com.google.gson.JsonElement> |
getUnrecognizedJsonProperties()
Use this method to get JSON properties that weren't recognized during JSON
serialization by the model.
|
java.lang.String |
toJson()
This takes the currently defined values found inside this instance and converts it to a json
string.
|
public java.lang.String toJson()
@Nullable public final java.util.Map<java.lang.String,com.google.gson.JsonElement> getUnrecognizedJsonProperties()