public class DocInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DocInfo() | 
| DocInfo(DocInfo 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 药品名称 | 
| void | setDocUrl(String DocUrl)Set 说明书地址 | 
| void | setDrugId(String DrugId)Set 药品ID | 
| void | setDrugName(String DrugName)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 DocInfo()
public DocInfo(DocInfo 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 - 说明书地址Copyright © 2025. All rights reserved.