public class Item extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| Item() | 
| Item(Item 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 | getCategoryId()Get 检测项所属分类 | 
| Long[] | getCustomItemValues()Get 自定义阈值 | 
| Long | getItemId()Get Id | 
| String | getItemName()Get 名称 | 
| void | setCategoryId(Long CategoryId)Set 检测项所属分类 | 
| void | setCustomItemValues(Long[] CustomItemValues)Set 自定义阈值 | 
| void | setItemId(Long ItemId)Set Id | 
| void | setItemName(String ItemName)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 Item()
public Item(Item source)
public Long getItemId()
public void setItemId(Long ItemId)
ItemId - Idpublic String getItemName()
public void setItemName(String ItemName)
ItemName - 名称public Long[] getCustomItemValues()
public void setCustomItemValues(Long[] CustomItemValues)
CustomItemValues - 自定义阈值public Long getCategoryId()
public void setCategoryId(Long CategoryId)
CategoryId - 检测项所属分类Copyright © 2025. All rights reserved.