public class MonitorTypeInfo extends AbstractModel
header, skipSign| Constructor and Description |
|---|
MonitorTypeInfo() |
MonitorTypeInfo(MonitorTypeInfo 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 |
getId()
Get 监控类型ID
|
String |
getName()
Get 监控类型
|
Long |
getSortId()
Get 排列顺序
|
void |
setId(String Id)
Set 监控类型ID
|
void |
setName(String Name)
Set 监控类型
|
void |
setSortId(Long SortId)
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 MonitorTypeInfo()
public MonitorTypeInfo(MonitorTypeInfo source)
public String getId()
public void setId(String Id)
Id - 监控类型IDpublic String getName()
public void setName(String Name)
Name - 监控类型public Long getSortId()
public void setSortId(Long SortId)
SortId - 排列顺序Copyright © 2024. All rights reserved.