public class RuleGroupConfig extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RuleGroupConfig() | 
| RuleGroupConfig(RuleGroupConfig 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 | getBaseDb()Get 基准库
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getBaseTable()Get 基准表
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getComparisonColumn()Get 对比列
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getComparisonColumnType()Get 对比列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getFeatureColumn()Get 特征列
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getGranularity()Get 指标粒度
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getGranularityType()Get 指标粒度单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLabelColumn()Get 标签列
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getLabelColumnType()Get 标签列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModelIdColumn()Get 模型id列
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModelIdColumnType()Get 模型id列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getModelMonitorType()Get 模型检测类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPositiveValue()Get 正类值
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPredictColumn()Get 预测列
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getPredictColumnType()Get 预测列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProtectionValue()Get 保护组
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTimestampColumn()Get 时间戳列
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTimestampColumnType()Get 时间戳列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBaseDb(String BaseDb)Set 基准库
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBaseTable(String BaseTable)Set 基准表
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setComparisonColumn(String ComparisonColumn)Set 对比列
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setComparisonColumnType(String ComparisonColumnType)Set 对比列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setFeatureColumn(String FeatureColumn)Set 特征列
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setGranularity(Long Granularity)Set 指标粒度
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setGranularityType(String GranularityType)Set 指标粒度单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLabelColumn(String LabelColumn)Set 标签列
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setLabelColumnType(String LabelColumnType)Set 标签列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelIdColumn(String ModelIdColumn)Set 模型id列
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelIdColumnType(String ModelIdColumnType)Set 模型id列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setModelMonitorType(String ModelMonitorType)Set 模型检测类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPositiveValue(String PositiveValue)Set 正类值
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPredictColumn(String PredictColumn)Set 预测列
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setPredictColumnType(String PredictColumnType)Set 预测列类型
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProtectionValue(String ProtectionValue)Set 保护组
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTimestampColumn(String TimestampColumn)Set 时间戳列
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTimestampColumnType(String TimestampColumnType)Set 时间戳列类型
注意:此字段可能返回 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, toJsonStringpublic RuleGroupConfig()
public RuleGroupConfig(RuleGroupConfig source)
public String getModelMonitorType()
public void setModelMonitorType(String ModelMonitorType)
ModelMonitorType - 模型检测类型
注意:此字段可能返回 null,表示取不到有效值。public String getPredictColumn()
public void setPredictColumn(String PredictColumn)
PredictColumn - 预测列
注意:此字段可能返回 null,表示取不到有效值。public String getPredictColumnType()
public void setPredictColumnType(String PredictColumnType)
PredictColumnType - 预测列类型
注意:此字段可能返回 null,表示取不到有效值。public String getLabelColumn()
public void setLabelColumn(String LabelColumn)
LabelColumn - 标签列
注意:此字段可能返回 null,表示取不到有效值。public String getLabelColumnType()
public void setLabelColumnType(String LabelColumnType)
LabelColumnType - 标签列类型
注意:此字段可能返回 null,表示取不到有效值。public String getModelIdColumn()
public void setModelIdColumn(String ModelIdColumn)
ModelIdColumn - 模型id列
注意:此字段可能返回 null,表示取不到有效值。public String getModelIdColumnType()
public void setModelIdColumnType(String ModelIdColumnType)
ModelIdColumnType - 模型id列类型
注意:此字段可能返回 null,表示取不到有效值。public String getTimestampColumn()
public void setTimestampColumn(String TimestampColumn)
TimestampColumn - 时间戳列
注意:此字段可能返回 null,表示取不到有效值。public String getTimestampColumnType()
public void setTimestampColumnType(String TimestampColumnType)
TimestampColumnType - 时间戳列类型
注意:此字段可能返回 null,表示取不到有效值。public Long getGranularity()
public void setGranularity(Long Granularity)
Granularity - 指标粒度
注意:此字段可能返回 null,表示取不到有效值。public String getGranularityType()
public void setGranularityType(String GranularityType)
GranularityType - 指标粒度单位
注意:此字段可能返回 null,表示取不到有效值。public String getBaseTable()
public void setBaseTable(String BaseTable)
BaseTable - 基准表
注意:此字段可能返回 null,表示取不到有效值。public String getBaseDb()
public void setBaseDb(String BaseDb)
BaseDb - 基准库
注意:此字段可能返回 null,表示取不到有效值。public String getComparisonColumn()
public void setComparisonColumn(String ComparisonColumn)
ComparisonColumn - 对比列
注意:此字段可能返回 null,表示取不到有效值。public String getComparisonColumnType()
public void setComparisonColumnType(String ComparisonColumnType)
ComparisonColumnType - 对比列类型
注意:此字段可能返回 null,表示取不到有效值。public String getProtectionValue()
public void setProtectionValue(String ProtectionValue)
ProtectionValue - 保护组
注意:此字段可能返回 null,表示取不到有效值。public String getPositiveValue()
public void setPositiveValue(String PositiveValue)
PositiveValue - 正类值
注意:此字段可能返回 null,表示取不到有效值。public String getFeatureColumn()
public void setFeatureColumn(String FeatureColumn)
FeatureColumn - 特征列
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.