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