public class Command extends AbstractModel
Constructor and Description |
---|
Command() |
Command(Command source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAction()
Get 命令执行情况,1--允许,2--拒绝,3--确认
|
String |
getCmd()
Get 命令
|
String |
getTime()
Get 命令输入的时间
|
Long |
getTimeOffset()
Get 命令执行时间相对于所属会话开始时间的偏移量,单位ms
|
void |
setAction(Long Action)
Set 命令执行情况,1--允许,2--拒绝,3--确认
|
void |
setCmd(String Cmd)
Set 命令
|
void |
setTime(String Time)
Set 命令输入的时间
|
void |
setTimeOffset(Long TimeOffset)
Set 命令执行时间相对于所属会话开始时间的偏移量,单位ms
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Command()
public Command(Command source)
public String getCmd()
public void setCmd(String Cmd)
Cmd
- 命令public String getTime()
public void setTime(String Time)
Time
- 命令输入的时间public Long getTimeOffset()
public void setTimeOffset(Long TimeOffset)
TimeOffset
- 命令执行时间相对于所属会话开始时间的偏移量,单位mspublic Long getAction()
public void setAction(Long Action)
Action
- 命令执行情况,1--允许,2--拒绝,3--确认Copyright © 2023. All rights reserved.