com.telapi.api.domain
Class CnamDip

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

public class CnamDip
extends BaseTelapiObject

Provides CNAM caller ID information.


Constructor Summary
CnamDip()
           
 
Method Summary
 String getBody()
           
 String getPhoneNumber()
           
 BigDecimal getPrice()
           
 void setBody(String body)
           
 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

CnamDip

public CnamDip()
Method Detail

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.