public class Advice extends AbstractModel
header, skipSign| 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 | getLevel()Get 伸缩建议警告级别。取值范围:
WARNING:警告级别
CRITICAL:严重级别 | 
| String | getProblem()Get 问题描述。 | 
| String | getSolution()Get 建议解决方案。 | 
| void | setDetail(String Detail)Set 问题详情。 | 
| void | setLevel(String Level)Set 伸缩建议警告级别。取值范围:
WARNING:警告级别
CRITICAL:严重级别 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic 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 - 建议解决方案。public String getLevel()
public void setLevel(String Level)
Level - 伸缩建议警告级别。取值范围:
Copyright © 2025. All rights reserved.