public final class SmppInterpreterParams
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SmppInterpreterParams.Builder |
| Modifier and Type | Method and Description |
|---|---|
Sid |
getAccountId() |
org.apache.commons.configuration.Configuration |
getConfiguration() |
java.lang.String |
getFallbackMethod() |
java.net.URI |
getFallbackUrl() |
java.lang.String |
getMethod() |
akka.actor.ActorRef |
getSmsService() |
DaoManager |
getStorage() |
java.net.URI |
getUrl() |
java.lang.String |
getVersion() |
public org.apache.commons.configuration.Configuration getConfiguration()
public akka.actor.ActorRef getSmsService()
public DaoManager getStorage()
public Sid getAccountId()
public java.lang.String getVersion()
public java.net.URI getUrl()
public java.lang.String getMethod()
public java.net.URI getFallbackUrl()
public java.lang.String getFallbackMethod()
Copyright © 2017. All Rights Reserved.