| Constructor and Description |
|---|
AdapterConfig(String description,
String template,
com.google.gson.JsonElement config)
Construct an AdapterConfig with the given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
com.google.gson.JsonElement |
getConfig() |
String |
getDescription() |
String |
getTemplate() |
int |
hashCode() |
String |
toString() |
public AdapterConfig(String description, String template, com.google.gson.JsonElement config)
description - the description of the adaptertemplate - the template to base the adapter off ofconfig - the config for the adapterCopyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.