de.starface.integration.uci.java.v30.types
Class RedirectSetting

java.lang.Object
  extended by de.starface.integration.uci.java.v30.types.RedirectSetting
All Implemented Interfaces:
Serializable

@RpcValueObject
public class RedirectSetting
extends Object
implements Serializable

This object holds the properties of the redirect settings as returned by UciRedirectRequests.getRedirectSettings(RedirectSettingType, String, RedirectSettingProperties, OrderDirection)

See Also:
Serialized Form

Constructor Summary
RedirectSetting()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getCalledNumber()
           
 String getCalledNumberId()
           
 String getDestination()
           
 RedirectSettingDestinationType getDestinationType()
           
 String getGroupId()
           
 String getLastDestinationMailbox()
           
 String getLastDestinationNumber()
           
 List<Mailbox> getMailboxes()
           
 int getTimeout()
           
 RedirectSettingType getType()
           
 int hashCode()
           
 boolean isEnabled()
           
 boolean isGroupRedirect()
           
 void setCalledNumber(String calledNumber)
           
 void setCalledNumberId(String calledNumberId)
           
 void setDestination(String destination)
           
 void setDestinationType(RedirectSettingDestinationType destinationType)
           
 void setEnabled(boolean enabled)
           
 void setGroupId(String groupId)
           
 void setLastDestinationMailbox(String lastDestinationMailbox)
           
 void setLastDestinationNumber(String lastDestinationNumber)
           
 void setMailboxes(List<Mailbox> mailboxes)
           
 void setTimeout(int timeout)
           
 void setType(RedirectSettingType type)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RedirectSetting

public RedirectSetting()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getType

public RedirectSettingType getType()

setType

public void setType(RedirectSettingType type)

getCalledNumber

public String getCalledNumber()

setCalledNumber

public void setCalledNumber(String calledNumber)

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

getDestinationType

public RedirectSettingDestinationType getDestinationType()

setDestinationType

public void setDestinationType(RedirectSettingDestinationType destinationType)

getDestination

public String getDestination()

setDestination

public void setDestination(String destination)

getMailboxes

public List<Mailbox> getMailboxes()

setMailboxes

public void setMailboxes(List<Mailbox> mailboxes)

getTimeout

public int getTimeout()

setTimeout

public void setTimeout(int timeout)

isGroupRedirect

public boolean isGroupRedirect()

getGroupId

public String getGroupId()

setGroupId

public void setGroupId(String groupId)

getLastDestinationMailbox

public String getLastDestinationMailbox()

setLastDestinationMailbox

public void setLastDestinationMailbox(String lastDestinationMailbox)

getLastDestinationNumber

public String getLastDestinationNumber()

setLastDestinationNumber

public void setLastDestinationNumber(String lastDestinationNumber)

getCalledNumberId

public String getCalledNumberId()

setCalledNumberId

public void setCalledNumberId(String calledNumberId)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2012 STARFACE GmbH. All rights reserved.