public class CommandTake extends AbstractModel
header, skipSign
Constructor and Description |
---|
CommandTake() |
CommandTake(CommandTake 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 |
---|---|
String |
getCmd()
Get Command name.
|
Long |
getTook()
Get Time consumed.
|
void |
setCmd(String Cmd)
Set Command name.
|
void |
setTook(Long Took)
Set Time consumed.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CommandTake()
public CommandTake(CommandTake source)
public String getCmd()
public void setCmd(String Cmd)
Cmd
- Command name.public Long getTook()
public void setTook(Long Took)
Took
- Time consumed. Unit: ms.Copyright © 2025. All rights reserved.