public class InspectionTaskSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
InspectionTaskSettings() |
InspectionTaskSettings(InspectionTaskSettings 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 |
getEnable()
Get Whether monitoring is enabled.
|
String |
getGroup()
Get Inspection task group name.
|
String |
getName()
Get Inspection task name.
|
String |
getSelected()
Get Whether it is selected, with the valid values of "true" and "false".
|
String |
getSettingsJson()
Get Event JSON template.
|
TaskSettings[] |
getTaskSettings()
Get Inspection task parameter settings.
|
String |
getTaskType()
Get Unique identifier for inspection tasks.
|
void |
setEnable(String Enable)
Set Whether monitoring is enabled.
|
void |
setGroup(String Group)
Set Inspection task group name.
|
void |
setName(String Name)
Set Inspection task name.
|
void |
setSelected(String Selected)
Set Whether it is selected, with the valid values of "true" and "false".
|
void |
setSettingsJson(String SettingsJson)
Set Event JSON template.
|
void |
setTaskSettings(TaskSettings[] TaskSettings)
Set Inspection task parameter settings.
|
void |
setTaskType(String TaskType)
Set Unique identifier for inspection tasks.
|
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 InspectionTaskSettings()
public InspectionTaskSettings(InspectionTaskSettings source)
public String getTaskType()
public void setTaskType(String TaskType)
TaskType
- Unique identifier for inspection tasks.public String getGroup()
public void setGroup(String Group)
Group
- Inspection task group name.public String getName()
public void setName(String Name)
Name
- Inspection task name.public TaskSettings[] getTaskSettings()
public void setTaskSettings(TaskSettings[] TaskSettings)
TaskSettings
- Inspection task parameter settings.public String getSelected()
public void setSelected(String Selected)
Selected
- Whether it is selected, with the valid values of "true" and "false".public String getEnable()
public void setEnable(String Enable)
Enable
- Whether monitoring is enabled.public String getSettingsJson()
public void setSettingsJson(String SettingsJson)
SettingsJson
- Event JSON template.Copyright © 2025. All rights reserved.