public enum OpsCmd extends Enum<OpsCmd> implements net.wicp.tams.common.constant.dic.intf.IEnumCombobox
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
tamsSqlFlag |
| 限定符和类型 | 方法和说明 |
|---|---|
net.wicp.tams.common.Result |
call(long tenantId,
long operateId,
String pwd,
String opsUrl,
String subCmd,
com.fasterxml.jackson.databind.node.ObjectNode dataobj,
String... params) |
static OpsCmd |
find(String name) |
String |
getDesc_en() |
String |
getDesc_zh() |
String |
getDesc() |
String |
getName() |
String |
getOpsUrl(String opsUrl,
String subCmd,
String... params) |
boolean |
isQuery() |
static OpsCmd |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static OpsCmd[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final OpsCmd save
public static final OpsCmd submit
public static final OpsCmd stop
public static final OpsCmd show
public static String tamsSqlFlag
public static OpsCmd[] values()
for (OpsCmd c : OpsCmd.values()) System.out.println(c);
public static OpsCmd valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public boolean isQuery()
public net.wicp.tams.common.Result call(long tenantId,
long operateId,
String pwd,
String opsUrl,
String subCmd,
com.fasterxml.jackson.databind.node.ObjectNode dataobj,
String... params)
tenantId - ops租户idoperateId - ops用户idpwd - ops密码opsUrl - ops地址subCmd - 子命令dataobj - form形式提交的参数params - url形式提交的参数public String getDesc()
getDesc 在接口中 net.wicp.tams.common.constant.dic.intf.IEnumComboboxpublic String getName()
getName 在接口中 net.wicp.tams.common.constant.dic.intf.IEnumComboboxpublic String getDesc_zh()
getDesc_zh 在接口中 net.wicp.tams.common.constant.dic.intf.IEnumComboboxpublic String getDesc_en()
getDesc_en 在接口中 net.wicp.tams.common.constant.dic.intf.IEnumComboboxCopyright © 2023–2024. All rights reserved.