Class InstanceConfs
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.dbbrain.v20191016.models.InstanceConfs
-
public class InstanceConfs extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description InstanceConfs()InstanceConfs(InstanceConfs 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDailyInspection()Get 数据库巡检开关, Yes/No。String[]getKeyDelimiters()Get redis大key分析的自定义分割符,仅redis使用 注意:此字段可能返回 null,表示取不到有效值。StringgetOverviewDisplay()Get 实例概览开关,Yes/No。voidsetDailyInspection(String DailyInspection)Set 数据库巡检开关, Yes/No。voidsetKeyDelimiters(String[] KeyDelimiters)Set redis大key分析的自定义分割符,仅redis使用 注意:此字段可能返回 null,表示取不到有效值。voidsetOverviewDisplay(String OverviewDisplay)Set 实例概览开关,Yes/No。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
InstanceConfs
public InstanceConfs()
-
InstanceConfs
public InstanceConfs(InstanceConfs 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.
-
-
Method Detail
-
getDailyInspection
public String getDailyInspection()
Get 数据库巡检开关, Yes/No。- Returns:
- DailyInspection 数据库巡检开关, Yes/No。
-
setDailyInspection
public void setDailyInspection(String DailyInspection)
Set 数据库巡检开关, Yes/No。- Parameters:
DailyInspection- 数据库巡检开关, Yes/No。
-
getOverviewDisplay
public String getOverviewDisplay()
Get 实例概览开关,Yes/No。- Returns:
- OverviewDisplay 实例概览开关,Yes/No。
-
setOverviewDisplay
public void setOverviewDisplay(String OverviewDisplay)
Set 实例概览开关,Yes/No。- Parameters:
OverviewDisplay- 实例概览开关,Yes/No。
-
getKeyDelimiters
public String[] getKeyDelimiters()
Get redis大key分析的自定义分割符,仅redis使用 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- KeyDelimiters redis大key分析的自定义分割符,仅redis使用 注意:此字段可能返回 null,表示取不到有效值。
-
setKeyDelimiters
public void setKeyDelimiters(String[] KeyDelimiters)
Set redis大key分析的自定义分割符,仅redis使用 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
KeyDelimiters- redis大key分析的自定义分割符,仅redis使用 注意:此字段可能返回 null,表示取不到有效值。
-
-