public class Advice extends AbstractModel
Constructor and Description |
---|
Advice() |
Advice(Advice 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 |
getDetail()
Get 问题详情。
|
String |
getProblem()
Get 问题描述。
|
String |
getSolution()
Get 建议解决方案。
|
void |
setDetail(String Detail)
Set 问题详情。
|
void |
setProblem(String Problem)
Set 问题描述。
|
void |
setSolution(String Solution)
Set 建议解决方案。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Advice()
public Advice(Advice source)
public String getProblem()
public void setProblem(String Problem)
Problem
- 问题描述。public String getDetail()
public void setDetail(String Detail)
Detail
- 问题详情。public String getSolution()
public void setSolution(String Solution)
Solution
- 建议解决方案。Copyright © 2022. All rights reserved.