public class ChemicalProductInfoName extends AbstractModel
header, skipSign
Constructor and Description |
---|
ChemicalProductInfoName() |
ChemicalProductInfoName(ChemicalProductInfoName 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 |
getBarndName()
Deprecated.
|
String |
getBrandName()
Get 品牌名
|
String |
getEnName()
Get 英文名
|
String |
getGenericName()
Get 通用名
|
String |
getPinyin()
Get 拼音
|
String |
getText()
Get 文本内容
|
void |
setBarndName(String BarndName)
Deprecated.
|
void |
setBrandName(String BrandName)
Set 品牌名
|
void |
setEnName(String EnName)
Set 英文名
|
void |
setGenericName(String GenericName)
Set 通用名
|
void |
setPinyin(String Pinyin)
Set 拼音
|
void |
setText(String Text)
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, toJsonString
public ChemicalProductInfoName()
public ChemicalProductInfoName(ChemicalProductInfoName source)
public String getText()
public void setText(String Text)
Text
- 文本内容public String getGenericName()
public void setGenericName(String GenericName)
GenericName
- 通用名@Deprecated public String getBarndName()
@Deprecated public void setBarndName(String BarndName)
BarndName
- 品牌名
注意:此字段可能返回 null,表示取不到有效值。public String getEnName()
public void setEnName(String EnName)
EnName
- 英文名public String getPinyin()
public void setPinyin(String Pinyin)
Pinyin
- 拼音public String getBrandName()
public void setBrandName(String BrandName)
BrandName
- 品牌名Copyright © 2025. All rights reserved.