| Package | Description |
|---|---|
| ai.fideo.model |
| Modifier and Type | Method and Description |
|---|---|
static IPCountry |
IPCountry.fromValue(String value) |
IPCountry |
Evidence.getIpCountry()
Get ipCountry
|
IPCountry |
IPCountry.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static IPCountry |
IPCountry.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPCountry[] |
IPCountry.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Evidence |
Evidence.ipCountry(IPCountry ipCountry) |
void |
Evidence.setIpCountry(IPCountry ipCountry) |
void |
IPCountry.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
IPCountry enumeration) |
Copyright © 2024. All rights reserved.