public class ModifyInspectionSettingsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ModifyInspectionSettingsRequest() |
ModifyInspectionSettingsRequest(ModifyInspectionSettingsRequest 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 |
getClock()
Get Start time of each day.
|
String |
getDayOfMonth()
Get Number of the day in a month.
|
String |
getDayOfWeek()
Get Day of the week.
|
Long |
getEndTime()
Get End timestamp.
|
String |
getInstanceId()
Get Instance ID.
|
String |
getJobId()
Get Inspection job ID.
|
InspectionTaskSettings[] |
getSettings()
Get Task configurations.
|
Long |
getStartTime()
Get Start timestamp.
|
String |
getStrategy()
Get Inspection cycle, such as EveryDay, EveryWeek or EveryMonth.
|
String |
getType()
Get Inspection type, FixedTime or RealTime.
|
void |
setClock(String Clock)
Set Start time of each day.
|
void |
setDayOfMonth(String DayOfMonth)
Set Number of the day in a month.
|
void |
setDayOfWeek(String DayOfWeek)
Set Day of the week.
|
void |
setEndTime(Long EndTime)
Set End timestamp.
|
void |
setInstanceId(String InstanceId)
Set Instance ID.
|
void |
setJobId(String JobId)
Set Inspection job ID.
|
void |
setSettings(InspectionTaskSettings[] Settings)
Set Task configurations.
|
void |
setStartTime(Long StartTime)
Set Start timestamp.
|
void |
setStrategy(String Strategy)
Set Inspection cycle, such as EveryDay, EveryWeek or EveryMonth.
|
void |
setType(String Type)
Set Inspection type, FixedTime or RealTime.
|
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 ModifyInspectionSettingsRequest()
public ModifyInspectionSettingsRequest(ModifyInspectionSettingsRequest source)
public String getInstanceId()
public void setInstanceId(String InstanceId)
InstanceId
- Instance ID.public String getType()
public void setType(String Type)
Type
- Inspection type, FixedTime or RealTime.public InspectionTaskSettings[] getSettings()
public void setSettings(InspectionTaskSettings[] Settings)
Settings
- Task configurations.public Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- Start timestamp.public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- End timestamp.public String getStrategy()
public void setStrategy(String Strategy)
Strategy
- Inspection cycle, such as EveryDay, EveryWeek or EveryMonth.public String getClock()
public void setClock(String Clock)
Clock
- Start time of each day.public String getDayOfWeek()
public void setDayOfWeek(String DayOfWeek)
DayOfWeek
- Day of the week.public String getDayOfMonth()
public void setDayOfMonth(String DayOfMonth)
DayOfMonth
- Number of the day in a month.public String getJobId()
public void setJobId(String JobId)
JobId
- Inspection job ID.Copyright © 2025. All rights reserved.