public class City extends Object
| Constructor and Description |
|---|
City() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getRcAbbreviation() |
static List<City> |
list(IrisClient client,
Map<String,Object> query) |
void |
setName(String name) |
void |
setRcAbbreviation(String rcAbbreviation) |
public static List<City> list(IrisClient client, Map<String,Object> query) throws Exception
Exceptionpublic String getRcAbbreviation()
public void setRcAbbreviation(String rcAbbreviation)
public String getName()
public void setName(String name)
Copyright © 2018. All rights reserved.