| 程序包 | 说明 |
|---|---|
| bee.cloud.ri.mq |
| 限定符和类型 | 方法和说明 |
|---|---|
IM.ORIGIN |
IM.Body.getOrigin()
获取消息来源,默认来源为PC(ORIGIN.PC)
|
static IM.ORIGIN |
IM.ORIGIN.nameOf(java.lang.String name) |
static IM.ORIGIN |
IM.ORIGIN.ordinal(int ordinal) |
static IM.ORIGIN |
IM.ORIGIN.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static IM.ORIGIN[] |
IM.ORIGIN.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IM.Body.setOrigin(IM.ORIGIN origin)
设置消息来源,默认来源为PC(ORIGIN.PC)
|