public static class GetInfoResponse.FeaturesEntry
extends java.lang.Object
Generated Automatically.| Constructor and Description |
|---|
FeaturesEntry()
Empty Constructor
|
FeaturesEntry(int key,
Feature value)
Json Parsing Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getKey()
Getter for key.
|
Feature |
getValue()
Getter for value.
|
void |
setKey(int key)
Setter for key.
|
void |
setValue(Feature value)
Setter for value.
|
public FeaturesEntry()
public FeaturesEntry(int key,
Feature value)