Package com.bandwidth.iris.sdk.model
Class City
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.City
-
public class City extends Object
-
-
Constructor Summary
Constructors Constructor Description City()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()StringgetRcAbbreviation()static List<City>list(IrisClient client, Map<String,Object> query)voidsetName(String name)voidsetRcAbbreviation(String rcAbbreviation)
-
-
-
Method Detail
-
list
public static List<City> list(IrisClient client, Map<String,Object> query) throws Exception
- Throws:
Exception
-
getRcAbbreviation
public String getRcAbbreviation()
-
setRcAbbreviation
public void setRcAbbreviation(String rcAbbreviation)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-