com.telapi.api.domain
Class CarrierLookup

java.lang.Object
  extended by com.telapi.api.domain.BaseTelapiObject
      extended by com.telapi.api.domain.CarrierLookup

public class CarrierLookup
extends BaseTelapiObject

Carrier lookup information.


Constructor Summary
CarrierLookup()
           
 
Method Summary
 String getCarrier()
           
 String getCicCode()
           
 String getCountry()
           
 Boolean getIsMobile()
           
 String getPhoneNumber()
           
 BigDecimal getPrice()
           
 void setCarrier(String carrier)
           
 void setCicCode(String cicCode)
           
 void setCountry(String country)
           
 void setIsMobile(Boolean isMobile)
           
 void setPhoneNumber(String phoneNumber)
           
 void setPrice(BigDecimal price)
           
 
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
 

Constructor Detail

CarrierLookup

public CarrierLookup()
Method Detail

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.