public class AlarmLevelInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AlarmLevelInfo() | 
| AlarmLevelInfo(AlarmLevelInfo 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 | getLevelId()Get 级别id | 
| String | getLevelName()Get 级别名称 | 
| void | setLevelId(Long LevelId)Set 级别id | 
| void | setLevelName(String LevelName)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 AlarmLevelInfo()
public AlarmLevelInfo(AlarmLevelInfo source)
public Long getLevelId()
public void setLevelId(Long LevelId)
LevelId - 级别idpublic String getLevelName()
public void setLevelName(String LevelName)
LevelName - 级别名称Copyright © 2025. All rights reserved.