| 限定符和类型 | 必需的元素和说明 |
|---|---|
String |
cmd
调用接口的字符串
The string used to invoke method
|
String |
description
方法描述信息
Description information of method
|
double |
version
接口的版本号
The version of the method
|
| 限定符和类型 | 可选元素和说明 |
|---|---|
int |
minEvent
返回结果的改变次数
Number of changes of return value
|
int |
minPeriod
调用最小间隔,单位是秒
Minimum interval of call, unit is seconds
|
CmdPriority |
priority
接口优先级
interface priority
|
String |
scope
接口权限级别,参考Constants.PUBLIC的注释,默认为PRIVATE
Interface permission level, refer to Constants.PUBLIC's annotation, default value is PRIVATE
|
public abstract String cmd
public abstract String description
public abstract String scope
public abstract int minPeriod
public abstract CmdPriority priority
Copyright © 2021. All rights reserved.