public class LocationKey extends Object
| Constructor and Description |
|---|
LocationKey() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCity() |
String |
getContinent() |
String |
getCountry() |
void |
setCity(String city) |
void |
setContinent(String continent) |
void |
setCountry(String country) |
String |
toString() |
Copyright © 2023 MuleSoft, Inc.. All rights reserved.