public class HearingItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HearingItem() | 
| HearingItem(HearingItem 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 | 
|---|---|
| PhysicalBaseItem | getItem()Get 项目原文 | 
| PhysicalBaseItem | getLocation()Get 方位 | 
| String | getName()Get 类型 | 
| PhysicalBaseItem | getResult()Get 描述 | 
| void | setItem(PhysicalBaseItem Item)Set 项目原文 | 
| void | setLocation(PhysicalBaseItem Location)Set 方位 | 
| void | setName(String Name)Set 类型 | 
| void | setResult(PhysicalBaseItem Result)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 HearingItem()
public HearingItem(HearingItem source)
public String getName()
public void setName(String Name)
Name - 类型public PhysicalBaseItem getItem()
public void setItem(PhysicalBaseItem Item)
Item - 项目原文public PhysicalBaseItem getLocation()
public void setLocation(PhysicalBaseItem Location)
Location - 方位public PhysicalBaseItem getResult()
public void setResult(PhysicalBaseItem Result)
Result - 描述Copyright © 2025. All rights reserved.