public class CallProviderConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
active
The active.
|
protected String |
description
The description.
|
protected String |
title
The title.
|
protected String |
type
The type.
|
| Constructor and Description |
|---|
CallProviderConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getTitle()
Gets the title.
|
String |
getType()
Gets the type.
|
boolean |
isActive()
Checks if is active.
|
void |
setActive(boolean active)
Sets the active.
|
void |
setDescription(String description)
Sets the description.
|
void |
setTitle(String title)
Sets the title.
|
void |
setType(String providerType)
Sets the type.
|
protected String type
protected String title
protected String description
protected boolean active
public boolean isActive()
public void setActive(boolean active)
active - the new activepublic String getType()
public void setType(String providerType)
providerType - the new typepublic String getTitle()
public void setTitle(String title)
title - the new titlepublic String getDescription()
public void setDescription(String description)
description - the new descriptionCopyright © 2003–2017 eXo Platform SAS. All rights reserved.