public class ScheduledSqlResouceInfo extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getBizType()
Get 主题类型:0为日志主题,1为指标主题
|
String |
getMetricName()
Get 指标名称
|
String |
getRegion()
Get 主题的地域信息
|
String |
getTopicId()
Get 目标主题id
|
void |
setBizType(Long BizType)
Set 主题类型:0为日志主题,1为指标主题
|
void |
setMetricName(String MetricName)
Set 指标名称
|
void |
setRegion(String Region)
Set 主题的地域信息
|
void |
setTopicId(String TopicId)
Set 目标主题id
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ScheduledSqlResouceInfo()
public ScheduledSqlResouceInfo(ScheduledSqlResouceInfo source)
public String getTopicId()
public void setTopicId(String TopicId)
TopicId
- 目标主题idpublic String getRegion()
public void setRegion(String Region)
Region
- 主题的地域信息public Long getBizType()
public void setBizType(Long BizType)
BizType
- 主题类型:0为日志主题,1为指标主题public String getMetricName()
public void setMetricName(String MetricName)
MetricName
- 指标名称Copyright © 2023. All rights reserved.