Package com.bandwidth.iris.sdk.model
Class CoveredRateCenters
- java.lang.Object
-
- com.bandwidth.iris.sdk.model.CoveredRateCenters
-
public class CoveredRateCenters extends Object
-
-
Constructor Summary
Constructors Constructor Description CoveredRateCenters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CoveredRateCenter>getCoveredRateCenters()LinksgetLinks()intgetTotalCount()voidsetCoveredRateCenters(List<CoveredRateCenter> coveredRateCenters)voidsetLinks(Links links)voidsetTotalCount(int totalCount)
-
-
-
Method Detail
-
getTotalCount
public int getTotalCount()
-
setTotalCount
public void setTotalCount(int totalCount)
-
getLinks
public Links getLinks()
-
setLinks
public void setLinks(Links links)
-
getCoveredRateCenters
public List<CoveredRateCenter> getCoveredRateCenters()
-
setCoveredRateCenters
public void setCoveredRateCenters(List<CoveredRateCenter> coveredRateCenters)
-
-