public class SourceCommand extends AbstractModel
Constructor and Description |
---|
SourceCommand() |
SourceCommand(SourceCommand 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
|
Long |
getCount()
Get Number of executions
|
void |
setCmd(String Cmd)
Set Command
|
void |
setCount(Long Count)
Set Number of executions
|
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 SourceCommand()
public SourceCommand(SourceCommand source)
public String getCmd()
public void setCmd(String Cmd)
Cmd
- Commandpublic Long getCount()
public void setCount(Long Count)
Count
- Number of executionsCopyright © 2023. All rights reserved.