ProtocolDescriptionSupport
@Generated(value="com.genesyslab.platform.commons.protocol.generator.Generator", date="2021-06-14T15:44:52.896-07:00") public abstract class RequestReadLocale extends Message
int lcid = 0;
Message resp = confProtocol.request(RequestReadLocale.create(lcid));
if (resp != null && resp.messageId() == EventLocaleRead.ID) {
ConfSchema lcSchema = ((EventLocaleRead) resp).getSchemaData();
// use localization data in 'lcSchema'...
} else {
// handle error...
}
EventLocaleRead
,
RequestGetLocaleSets
,
CfgLanguageLCID
Modifier and Type | Method | Description |
---|---|---|
static RequestReadLocale |
create() |
Creates instance of RequestReadLocale with no parameters set.
|
static RequestReadLocale |
create(java.lang.Integer localeId) |
Creates instance of RequestReadLocale with all parameters set.
|
abstract java.lang.Integer |
getLocaleId() |
Locale identifier
|
abstract java.lang.Integer |
getReferenceId() |
Reference ID to connect response to request.
|
abstract void |
setLocaleId(int localeId) |
Locale identifier
|
abstract void |
setLocaleId(java.lang.Integer localeId) |
Locale identifier
|
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 RequestReadLocale create()
public static RequestReadLocale create(java.lang.Integer localeId)
localeId
- Locale identifierpublic abstract java.lang.Integer getReferenceId()
public abstract void setReferenceId(java.lang.Integer referenceId)
public abstract void setReferenceId(int referenceId)
public abstract java.lang.Integer getLocaleId()
public abstract void setLocaleId(java.lang.Integer localeId)
localeId
- new value of the propertypublic abstract void setLocaleId(int localeId)
localeId
- 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.