public class CoreSettingsResponse extends ManagerResponse
CoreSettingsAction
,
Serialized FormConstructor and Description |
---|
CoreSettingsResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAmiVersion()
Returns the version of the Asterisk Manager Interface (AMI).
|
String |
getAsteriskVersion()
Returns the version of the Asterisk server.
|
Integer |
getCoreMaxCalls() |
Integer |
getCoreMaxFilehandles() |
Double |
getCoreMaxLoadAvg() |
String |
getCoreRunGroup() |
String |
getCoreRunUser() |
String |
getSystemName() |
boolean |
isCoreCdrEnabled()
Checks whether the CDR (call detail records) subsystem is enabled.
|
boolean |
isCoreHttpEnabled()
Checks whether the HTTP subsystem is enabled.
|
boolean |
isCoreRealtimeEnabled()
Checks whether the realtime subsystem is enabled.
|
void |
setAmiVersion(String amiVersion) |
void |
setAsteriskVersion(String asteriskVersion) |
void |
setCoreCdrEnabled(Boolean coreCdrEnabled) |
void |
setCoreHttpEnabled(Boolean coreHttpEnabled) |
void |
setCoreMaxCalls(Integer coreMaxCalls) |
void |
setCoreMaxFilehandles(Integer coreMaxFilehandles) |
void |
setCoreMaxLoadAvg(Double coreMaxLoadAvg) |
void |
setCoreRealtimeEnabled(Boolean coreRealtimeEnabled) |
void |
setCoreRunGroup(String coreRunGroup) |
void |
setCoreRunUser(String coreRunUser) |
void |
setSystemName(String systemName) |
getActionId, getAttribute, getAttributes, getDateReceived, getEventList, getEvents, getMessage, getOutput, getResponse, getServer, getUniqueId, setActionId, setAttributes, setDateReceived, setEventList, setEvents, setMessage, setOutput, setResponse, setServer, setUniqueId, stringToInteger, stringToLong, toString
public String getAmiVersion()
public void setAmiVersion(String amiVersion)
public String getAsteriskVersion()
public void setAsteriskVersion(String asteriskVersion)
public String getSystemName()
public void setSystemName(String systemName)
public Integer getCoreMaxCalls()
public void setCoreMaxCalls(Integer coreMaxCalls)
public Double getCoreMaxLoadAvg()
public void setCoreMaxLoadAvg(Double coreMaxLoadAvg)
public String getCoreRunUser()
public void setCoreRunUser(String coreRunUser)
public String getCoreRunGroup()
public void setCoreRunGroup(String coreRunGroup)
public Integer getCoreMaxFilehandles()
public void setCoreMaxFilehandles(Integer coreMaxFilehandles)
public boolean isCoreRealtimeEnabled()
true
if the realtime subsystem is enabled, false
otherwise.public void setCoreRealtimeEnabled(Boolean coreRealtimeEnabled)
public boolean isCoreCdrEnabled()
true
if the CDR subsystem is enabled, false
otherwise.public void setCoreCdrEnabled(Boolean coreCdrEnabled)
public boolean isCoreHttpEnabled()
true
if the HTTP subsystem is enabled, false
otherwise.public void setCoreHttpEnabled(Boolean coreHttpEnabled)
Copyright © 2004–2022. All rights reserved.