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