com.telapi.api.domain
Class Destination

java.lang.Object
  extended by com.telapi.api.domain.Destination

public class Destination
extends Object

Contains Fraud Control information about a Destination.


Constructor Summary
Destination()
           
 
Method Summary
 String getCountryCode()
           
 String getCountryName()
           
 String getCountryPrefix()
           
 Date getDateCreated()
           
 Date getDateUpdated()
           
 Date getExpirationDate()
           
 Boolean getIsLock()
           
 Boolean getLandlineEnabled()
           
 Boolean getMobileEnabled()
           
 Boolean getSmsEnabled()
           
 void setCountryCode(String countryCode)
           
 void setCountryName(String countryName)
           
 void setCountryPrefix(String countryPrefix)
           
 void setDateCreated(Date dateCreated)
           
 void setDateUpdated(Date dateUpdated)
           
 void setExpirationDate(Date expirationDate)
           
 void setIsLock(Boolean isLock)
           
 void setLandlineEnabled(Boolean landlineEnabled)
           
 void setMobileEnabled(Boolean mobileEnabled)
           
 void setSmsEnabled(Boolean smsEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Destination

public Destination()
Method Detail

getCountryName

public String getCountryName()
Returns:
Full name of the destination being whitelisted, authorized or blocked.

setCountryName

public void setCountryName(String countryName)

getCountryCode

public String getCountryCode()
Returns:
Two letter country code being whitelisted, authorized or blocked.

setCountryCode

public void setCountryCode(String countryCode)

getCountryPrefix

public String getCountryPrefix()
Returns:
Prefix of the destination being whitelisted, authorized or blocked.

setCountryPrefix

public void setCountryPrefix(String countryPrefix)

getMobileEnabled

public Boolean getMobileEnabled()
Returns:
Mobile status for the destination. If false, all mobile call activity will be rejected or disabled.

setMobileEnabled

public void setMobileEnabled(Boolean mobileEnabled)

getLandlineEnabled

public Boolean getLandlineEnabled()
Returns:
Landline status for the destination. If false, all landline call activity will be rejected or disabled.

setLandlineEnabled

public void setLandlineEnabled(Boolean landlineEnabled)

getSmsEnabled

public Boolean getSmsEnabled()
Returns:
Status of the SMS for destination. Can be true or false. If false, SMS for same destination will be rejected.

setSmsEnabled

public void setSmsEnabled(Boolean smsEnabled)

getDateCreated

public Date getDateCreated()
Returns:
The date the fraud control resource was created.

setDateCreated

public void setDateCreated(Date dateCreated)

getDateUpdated

public Date getDateUpdated()
Returns:
The date the fraud control resource was last updated.

setDateUpdated

public void setDateUpdated(Date dateUpdated)

getExpirationDate

public Date getExpirationDate()
Returns:
The date the fraud control resource will expire.

setExpirationDate

public void setExpirationDate(Date expirationDate)

getIsLock

public Boolean getIsLock()
Returns:
Specifies whether the destination has been permanently blacklisted by our system.

setIsLock

public void setIsLock(Boolean isLock)


Copyright © 2012. All Rights Reserved.