public class ApiParamKey<A extends Api> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected A |
api |
protected String |
param |
protected static long |
serialVersionUID |
| Constructor and Description |
|---|
ApiParamKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
A |
getApi() |
String |
getParam() |
int |
hashCode() |
void |
setApi(A api) |
ApiParamKey |
setParam(String param) |
protected static final long serialVersionUID
protected String param
Copyright © 2019. All rights reserved.