public class DrugList extends AbstractModel
header, skipSign
Constructor and Description |
---|
DrugList() |
DrugList(DrugList 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 |
getDocUrl()
Get 文档地址
|
String |
getDrugId()
Get 药品ID
|
String |
getDrugName()
Get 药品名称
|
Boolean |
getNotFound()
Get 是否找到
|
void |
setDocUrl(String DocUrl)
Set 文档地址
|
void |
setDrugId(String DrugId)
Set 药品ID
|
void |
setDrugName(String DrugName)
Set 药品名称
|
void |
setNotFound(Boolean NotFound)
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 DrugList()
public DrugList(DrugList source)
public String getDrugId()
public void setDrugId(String DrugId)
DrugId
- 药品IDpublic String getDrugName()
public void setDrugName(String DrugName)
DrugName
- 药品名称public String getDocUrl()
public void setDocUrl(String DocUrl)
DocUrl
- 文档地址public Boolean getNotFound()
public void setNotFound(Boolean NotFound)
NotFound
- 是否找到Copyright © 2025. All rights reserved.