public class ModifyMetricFileStructNew extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ModifyMetricFileStructNew() |
ModifyMetricFileStructNew(ModifyMetricFileStructNew 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 |
getIfAttention()
Get 1:关注
0:取消关注
|
String |
getInstanceType()
Get 集群类型
|
String |
getMetricType()
Get 指标类型
|
String |
getName()
Get 指标英文名
|
void |
setIfAttention(Long IfAttention)
Set 1:关注
0:取消关注
|
void |
setInstanceType(String InstanceType)
Set 集群类型
|
void |
setMetricType(String MetricType)
Set 指标类型
|
void |
setName(String Name)
Set 指标英文名
|
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 ModifyMetricFileStructNew()
public ModifyMetricFileStructNew(ModifyMetricFileStructNew source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType - 集群类型public String getMetricType()
public void setMetricType(String MetricType)
MetricType - 指标类型public String getName()
public void setName(String Name)
Name - 指标英文名public Long getIfAttention()
public void setIfAttention(Long IfAttention)
IfAttention - 1:关注
0:取消关注Copyright © 2024. All rights reserved.