public class DrugInstructionObjectResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DrugInstructionObjectResponse() | 
| DrugInstructionObjectResponse(DrugInstructionObjectResponse 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 | 
|---|---|
| BiologicalProductInfo | getBiologicalProductInfo()Get 预防用生物制品说明书 | 
| ChemicalProductInfo | getChemicalProductInfo()Get 药品说明书消息定义 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setBiologicalProductInfo(BiologicalProductInfo BiologicalProductInfo)Set 预防用生物制品说明书 | 
| void | setChemicalProductInfo(ChemicalProductInfo ChemicalProductInfo)Set 药品说明书消息定义 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| 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 DrugInstructionObjectResponse()
public DrugInstructionObjectResponse(DrugInstructionObjectResponse source)
public ChemicalProductInfo getChemicalProductInfo()
public void setChemicalProductInfo(ChemicalProductInfo ChemicalProductInfo)
ChemicalProductInfo - 药品说明书消息定义public BiologicalProductInfo getBiologicalProductInfo()
public void setBiologicalProductInfo(BiologicalProductInfo BiologicalProductInfo)
BiologicalProductInfo - 预防用生物制品说明书public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.