ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class EventLocaleSets extends Message
Message resp = confProtocol.request(RequestGetLocaleSets.create());
if (resp != null && resp.messageId() == EventLocaleSets.ID) {
int[] locales = ((EventLocaleSets) resp).getLocaleSets();
// do something using the LCID's list...
} else {
// handle error...
}
Localization ID may be used to read locale configuration with
RequestReadLocale
or to initialize the configuration protocol metadata with particular localization configuration
using ConfServerProtocol.loadLocalization(Integer)
.RequestGetLocaleSets
,
RequestReadLocale
,
CfgLanguageLCID
Modifier and Type | Method | Description |
---|---|---|
static EventLocaleSets |
create() |
Creates instance of EventLocaleSets with no parameters set.
|
static EventLocaleSets |
create(int[] localeSets) |
Creates instance of EventLocaleSets with all parameters set.
|
abstract int[] |
getLocaleSets() |
IDs of Locale's configured on the Configuration Server
|
abstract java.lang.Integer |
getReferenceId() |
Reference ID to connect response to request.
|
abstract void |
setLocaleSets(int[] localeSets) |
IDs of Locale's configured on the Configuration Server
|
abstract void |
setReferenceId(int referenceId) |
Reference ID to connect response to request.
|
abstract void |
setReferenceId(java.lang.Integer referenceId) |
Reference ID to connect response to request.
|
equals, hashCode, toString, toString
cloneMessage, getEndpoint, getMessageAttribute, getProtocolDescription, getProtocolId, messageId, messageName, setProtocolDescription
public static final int ID
public static final java.lang.String NAME
public static EventLocaleSets create()
public static EventLocaleSets create(int[] localeSets)
localeSets
- IDs of Locale's configured on the Configuration Serverpublic abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract int[] getLocaleSets()
public abstract void setLocaleSets(int[] localeSets)
localeSets
- new value of the propertySend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.