public final class ComponentAuthorizerOption extends Object implements Serializable
Description:
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ComponentAuthorizerOption.AuthorizerOptionName
选项名称
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ComponentAuthorizerOption |
createCustomerServiceOption(int value)
多客服开关选项
|
static ComponentAuthorizerOption |
createLocationReportOption(int value)
地理位置上报选项
|
static ComponentAuthorizerOption |
createVoiceRecognizeOption(int value)
语音识别开关选项
|
ComponentAuthorizerOption.AuthorizerOptionName |
getName() |
List<Integer> |
getOptions() |
int |
getValue() |
static ComponentAuthorizerOption |
parse(ComponentAuthorizerOption.AuthorizerOptionName optionName,
int optionValue)
返回选项对象
|
String |
toString() |
public static ComponentAuthorizerOption createLocationReportOption(int value)
value - 选项值public static ComponentAuthorizerOption createVoiceRecognizeOption(int value)
value - 选项值public static ComponentAuthorizerOption createCustomerServiceOption(int value)
value - 选项值public static ComponentAuthorizerOption parse(ComponentAuthorizerOption.AuthorizerOptionName optionName, int optionValue)
optionName - 选项名optionValue - 选项值public ComponentAuthorizerOption.AuthorizerOptionName getName()
public int getValue()
Copyright © 2020. All rights reserved.