public class QualityControlStrategy extends AbstractModel
header, skipSign
Constructor and Description |
---|
QualityControlStrategy() |
QualityControlStrategy(QualityControlStrategy 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 |
getStrategyType()
Get 策略类型。取值:
- TimeSpotCheck
|
TimeSpotCheck |
getTimeSpotCheck()
Get 根据时间的抽检策略。
|
void |
setStrategyType(String StrategyType)
Set 策略类型。取值:
- TimeSpotCheck
|
void |
setTimeSpotCheck(TimeSpotCheck TimeSpotCheck)
Set 根据时间的抽检策略。
|
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 QualityControlStrategy()
public QualityControlStrategy(QualityControlStrategy source)
public String getStrategyType()
public void setStrategyType(String StrategyType)
StrategyType
- 策略类型。取值:
- TimeSpotCheckpublic TimeSpotCheck getTimeSpotCheck()
public void setTimeSpotCheck(TimeSpotCheck TimeSpotCheck)
TimeSpotCheck
- 根据时间的抽检策略。Copyright © 2025. All rights reserved.