public class HealthPrescriptions extends AbstractModel
header, skipSign
Constructor and Description |
---|
HealthPrescriptions() |
HealthPrescriptions(HealthPrescriptions 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 |
getKeyInformation()
Get 关键信息
|
String |
getTitle()
Get 标题
|
String |
getUrl()
Get 健康处方链接
|
void |
setKeyInformation(String KeyInformation)
Set 关键信息
|
void |
setTitle(String Title)
Set 标题
|
void |
setUrl(String Url)
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 HealthPrescriptions()
public HealthPrescriptions(HealthPrescriptions source)
public String getTitle()
public void setTitle(String Title)
Title
- 标题public String getUrl()
public void setUrl(String Url)
Url
- 健康处方链接public String getKeyInformation()
public void setKeyInformation(String KeyInformation)
KeyInformation
- 关键信息Copyright © 2025. All rights reserved.