Package com.bandwidth.iris.sdk.model
Class RateCenterGroup
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.RateCenterGroup
-
public class RateCenterGroup extends Object
-
-
Constructor Summary
Constructors Constructor Description RateCenterGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()StringgetLATA()StringgetRateCenter()StringgetState()List<String>getTiers()List<String>getTnList()voidsetCity(String city)voidsetLATA(String LATA)voidsetRateCenter(String rateCenter)voidsetState(String state)voidsetTiers(List<String> tiers)voidsetTnList(List<String> tnList)
-
-
-
Method Detail
-
getRateCenter
public String getRateCenter()
-
setRateCenter
public void setRateCenter(String rateCenter)
-
getCity
public String getCity()
-
setCity
public void setCity(String city)
-
getState
public String getState()
-
setState
public void setState(String state)
-
getLATA
public String getLATA()
-
setLATA
public void setLATA(String LATA)
-
-