public class QualityControlItemConfig extends AbstractModel
header, skipSign
Constructor and Description |
---|
QualityControlItemConfig() |
QualityControlItemConfig(QualityControlItemConfig 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 |
---|---|
Long |
getDuration()
Get Duration of abnormality, in ms.
|
Long |
getIntervalTime()
Get Sampling interval time, in ms.
|
String |
getSampling()
Get Sampling method, Valid value:
- Time: sampling based on time interval.
|
String |
getSwitch()
Get Capability configuration switch.
|
String |
getThreshold()
Get Threshold of a detection item.
|
String |
getType()
Get Quality control item name.
|
void |
setDuration(Long Duration)
Set Duration of abnormality, in ms.
|
void |
setIntervalTime(Long IntervalTime)
Set Sampling interval time, in ms.
|
void |
setSampling(String Sampling)
Set Sampling method, Valid value:
- Time: sampling based on time interval.
|
void |
setSwitch(String Switch)
Set Capability configuration switch.
|
void |
setThreshold(String Threshold)
Set Threshold of a detection item.
|
void |
setType(String Type)
Set Quality control item name.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public QualityControlItemConfig()
public QualityControlItemConfig(QualityControlItemConfig source)
public String getType()
public void setType(String Type)
Type
- Quality control item name. The quality control item values are as follows:
public String getSwitch()
public void setSwitch(String Switch)
Switch
- Capability configuration switch. Valid values:
public String getSampling()
public void setSampling(String Sampling)
Sampling
- Sampling method, Valid value:
- Time: sampling based on time interval.
Note: This field may return null, indicating that no valid values can be obtained.public Long getIntervalTime()
public void setIntervalTime(Long IntervalTime)
IntervalTime
- Sampling interval time, in ms.
Note: This field may return null, indicating that no valid values can be obtained.public Long getDuration()
public void setDuration(Long Duration)
Duration
- Duration of abnormality, in ms.
Note: This field may return null, indicating that no valid values can be obtained.public String getThreshold()
public void setThreshold(String Threshold)
Threshold
- Threshold of a detection item. Different detection items have different thresholds.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.