public class ChemicalProductInfoManufacturer extends AbstractModel
header, skipSign
Constructor and Description |
---|
ChemicalProductInfoManufacturer() |
ChemicalProductInfoManufacturer(ChemicalProductInfoManufacturer 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 |
getAddress()
Get 生产地址
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getFax()
Get 传真,包含区号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getName()
Get 企业名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPhone()
Get 电话,包含区号
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getPostalCode()
Get 邮政编码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getText()
Get 文本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getWebsite()
Get 网址,如无则不填写
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAddress(String Address)
Set 生产地址
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setFax(String Fax)
Set 传真,包含区号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setName(String Name)
Set 企业名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPhone(String Phone)
Set 电话,包含区号
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setPostalCode(String PostalCode)
Set 邮政编码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setText(String Text)
Set 文本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setWebsite(String Website)
Set 网址,如无则不填写
注意:此字段可能返回 null,表示取不到有效值。
|
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 ChemicalProductInfoManufacturer()
public ChemicalProductInfoManufacturer(ChemicalProductInfoManufacturer source)
public String getText()
public void setText(String Text)
Text
- 文本
注意:此字段可能返回 null,表示取不到有效值。public String getName()
public void setName(String Name)
Name
- 企业名称
注意:此字段可能返回 null,表示取不到有效值。public String getAddress()
public void setAddress(String Address)
Address
- 生产地址
注意:此字段可能返回 null,表示取不到有效值。public String getPostalCode()
public void setPostalCode(String PostalCode)
PostalCode
- 邮政编码
注意:此字段可能返回 null,表示取不到有效值。public String getPhone()
public void setPhone(String Phone)
Phone
- 电话,包含区号
注意:此字段可能返回 null,表示取不到有效值。public String getFax()
public void setFax(String Fax)
Fax
- 传真,包含区号
注意:此字段可能返回 null,表示取不到有效值。public String getWebsite()
public void setWebsite(String Website)
Website
- 网址,如无则不填写
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.