com.telapi.api.domain
Class CnamDip
java.lang.Object
com.telapi.api.domain.BaseTelapiObject
com.telapi.api.domain.CnamDip
public class CnamDip
- extends BaseTelapiObject
Provides CNAM caller ID 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 |
CnamDip
public CnamDip()
getPhoneNumber
public String getPhoneNumber()
- Returns:
- The phone number the look up was performed on.
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
getBody
public String getBody()
- Returns:
- The result of our CNAM look up. Usually a name or organization associated with this phone.
setBody
public void setBody(String body)
getPrice
public BigDecimal getPrice()
- Returns:
- Cost of the look up.
setPrice
public void setPrice(BigDecimal price)
Copyright © 2012. All Rights Reserved.