public class CompareOptions extends AbstractModel
header, skipSign
Constructor and Description |
---|
CompareOptions() |
CompareOptions(CompareOptions 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 |
getMethod()
Get 对比方式:dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比), 默认为dataCheck
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSampleRate()
Get 抽样比例;范围0,100。默认为100
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getThreadCount()
Get 线程数,取值1-5,默认为1
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMethod(String Method)
Set 对比方式:dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比), 默认为dataCheck
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSampleRate(Long SampleRate)
Set 抽样比例;范围0,100。默认为100
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setThreadCount(Long ThreadCount)
Set 线程数,取值1-5,默认为1
注意:此字段可能返回 null,表示取不到有效值。
|
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 CompareOptions()
public CompareOptions(CompareOptions source)
public String getMethod()
public void setMethod(String Method)
Method
- 对比方式:dataCheck(完整数据对比)、sampleDataCheck(抽样数据对比)、rowsCount(行数对比), 默认为dataCheck
注意:此字段可能返回 null,表示取不到有效值。public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate
- 抽样比例;范围0,100。默认为100
注意:此字段可能返回 null,表示取不到有效值。public Long getThreadCount()
public void setThreadCount(Long ThreadCount)
ThreadCount
- 线程数,取值1-5,默认为1
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.