public class SendRsdsEvent extends Object implements Serializable
| Constructor and Description |
|---|
SendRsdsEvent() |
| Modifier and Type | Method and Description |
|---|---|
org.mobicents.protocols.ss7.sccp.parameter.SccpAddress |
getDestAddress() |
org.mobicents.protocols.ss7.map.api.MAPApplicationContext |
getMapApplicationContext() |
org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString |
getMsisdn() |
int |
getNetworkId() |
org.mobicents.protocols.ss7.map.api.primitives.AddressString |
getServiceCentreAddress() |
org.mobicents.protocols.ss7.map.api.service.sms.SMDeliveryOutcome |
getSMDeliveryOutcome() |
String |
getTargetId() |
void |
setDestAddress(org.mobicents.protocols.ss7.sccp.parameter.SccpAddress destAddress) |
void |
setMapApplicationContext(org.mobicents.protocols.ss7.map.api.MAPApplicationContext mapApplicationContext) |
void |
setMsisdn(org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString msisdn) |
void |
setNetworkId(int networkId) |
void |
setServiceCentreAddress(org.mobicents.protocols.ss7.map.api.primitives.AddressString serviceCentreAddress) |
void |
setSMDeliveryOutcome(org.mobicents.protocols.ss7.map.api.service.sms.SMDeliveryOutcome sMDeliveryOutcome) |
void |
setTargetId(String targetId) |
String |
toString() |
public org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString getMsisdn()
public void setMsisdn(org.mobicents.protocols.ss7.map.api.primitives.ISDNAddressString msisdn)
public org.mobicents.protocols.ss7.map.api.primitives.AddressString getServiceCentreAddress()
public void setServiceCentreAddress(org.mobicents.protocols.ss7.map.api.primitives.AddressString serviceCentreAddress)
public org.mobicents.protocols.ss7.map.api.service.sms.SMDeliveryOutcome getSMDeliveryOutcome()
public void setSMDeliveryOutcome(org.mobicents.protocols.ss7.map.api.service.sms.SMDeliveryOutcome sMDeliveryOutcome)
public org.mobicents.protocols.ss7.sccp.parameter.SccpAddress getDestAddress()
public void setDestAddress(org.mobicents.protocols.ss7.sccp.parameter.SccpAddress destAddress)
public org.mobicents.protocols.ss7.map.api.MAPApplicationContext getMapApplicationContext()
public void setMapApplicationContext(org.mobicents.protocols.ss7.map.api.MAPApplicationContext mapApplicationContext)
public String getTargetId()
public void setTargetId(String targetId)
public int getNetworkId()
public void setNetworkId(int networkId)
Copyright © 2016. All Rights Reserved.