public class DiagnoseRep extends AbstractModel
header, skipSign| Constructor and Description |
|---|
DiagnoseRep() |
DiagnoseRep(DiagnoseRep 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 |
|---|---|
Content |
getContent()
Get Diagnostic information content
Note: This field may return null, indicating that no valid value can be obtained.
|
Table |
getTable()
Get List of diagnostic result-related information
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setContent(Content Content)
Set Diagnostic information content
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setTable(Table Table)
Set List of diagnostic result-related information
Note: This field may return null, indicating that no valid value can be obtained.
|
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 DiagnoseRep()
public DiagnoseRep(DiagnoseRep source)
public Content getContent()
public void setContent(Content Content)
Content - Diagnostic information content
Note: This field may return null, indicating that no valid value can be obtained.public Table getTable()
public void setTable(Table Table)
Table - List of diagnostic result-related information
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.