Class ScheduledSqlResouceInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.ScheduledSqlResouceInfo
-
public class ScheduledSqlResouceInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ScheduledSqlResouceInfo()ScheduledSqlResouceInfo(ScheduledSqlResouceInfo 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 LonggetBizType()Get 主题类型:0为日志主题,1为指标主题StringgetMetricName()Get 指标名称StringgetRegion()Get 主题的地域信息StringgetTopicId()Get 目标主题idvoidsetBizType(Long BizType)Set 主题类型:0为日志主题,1为指标主题voidsetMetricName(String MetricName)Set 指标名称voidsetRegion(String Region)Set 主题的地域信息voidsetTopicId(String TopicId)Set 目标主题idvoidtoMap(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
-
ScheduledSqlResouceInfo
public ScheduledSqlResouceInfo()
-
ScheduledSqlResouceInfo
public ScheduledSqlResouceInfo(ScheduledSqlResouceInfo 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
-
getTopicId
public String getTopicId()
Get 目标主题id- Returns:
- TopicId 目标主题id
-
setTopicId
public void setTopicId(String TopicId)
Set 目标主题id- Parameters:
TopicId- 目标主题id
-
getRegion
public String getRegion()
Get 主题的地域信息- Returns:
- Region 主题的地域信息
-
setRegion
public void setRegion(String Region)
Set 主题的地域信息- Parameters:
Region- 主题的地域信息
-
getBizType
public Long getBizType()
Get 主题类型:0为日志主题,1为指标主题- Returns:
- BizType 主题类型:0为日志主题,1为指标主题
-
setBizType
public void setBizType(Long BizType)
Set 主题类型:0为日志主题,1为指标主题- Parameters:
BizType- 主题类型:0为日志主题,1为指标主题
-
getMetricName
public String getMetricName()
Get 指标名称- Returns:
- MetricName 指标名称
-
setMetricName
public void setMetricName(String MetricName)
Set 指标名称- Parameters:
MetricName- 指标名称
-
-