com.telapi.api.domain
Class CarrierLookup
java.lang.Object
com.telapi.api.domain.BaseTelapiObject
com.telapi.api.domain.CarrierLookup
public class CarrierLookup
- extends BaseTelapiObject
Carrier lookup information.
| Methods inherited from class com.telapi.api.domain.BaseTelapiObject |
getAccountSid, getApiVersion, getDateCreated, getDateUpdated, getSid, getUri, setAccountSid, setApiVersion, setDateCreated, setDateUpdated, setSid, setUri |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CarrierLookup
public CarrierLookup()
getPhoneNumber
public String getPhoneNumber()
- Returns:
- The phone number the look up was performed on.
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
getCarrier
public String getCarrier()
- Returns:
- The carrier of the phone number we are looking up.
setCarrier
public void setCarrier(String carrier)
getIsMobile
public Boolean getIsMobile()
- Returns:
- Specifies if the phone number is mobile. can be true or false.
setIsMobile
public void setIsMobile(Boolean isMobile)
getCountry
public String getCountry()
- Returns:
- Code used to identify the phone numbers geographic origin. Found at the beginning of the number.
setCountry
public void setCountry(String country)
getCicCode
public String getCicCode()
- Returns:
- Carrier Identification Code. A four digit code used to route and switch calls.
setCicCode
public void setCicCode(String cicCode)
getPrice
public BigDecimal getPrice()
- Returns:
- Cost of the look up.
setPrice
public void setPrice(BigDecimal price)
Copyright © 2012. All Rights Reserved.