com.telapi.api.domain
Class Destination
java.lang.Object
com.telapi.api.domain.Destination
public class Destination
- extends Object
Contains Fraud Control information about a Destination.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Destination
public Destination()
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.