public class ListDiagnoseReportRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListDiagnoseReportRequest() | 
| ListDiagnoseReportRequest(ListDiagnoseReportRequest 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 | getDiagnoseLink()Get 用于搜索诊断系统返回的诊断链接,形如:http://cdn.cloud.tencent.com/self_diagnose/xxxxx | 
| String | getKeyWords()Get 用于搜索诊断URL的关键字,不填时返回用户所有的诊断任务。 | 
| String | getOrigin()Get 请求源带协议头,形如:https://console.cloud.tencent.com | 
| void | setDiagnoseLink(String DiagnoseLink)Set 用于搜索诊断系统返回的诊断链接,形如:http://cdn.cloud.tencent.com/self_diagnose/xxxxx | 
| void | setKeyWords(String KeyWords)Set 用于搜索诊断URL的关键字,不填时返回用户所有的诊断任务。 | 
| void | setOrigin(String Origin)Set 请求源带协议头,形如:https://console.cloud.tencent.com | 
| 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 ListDiagnoseReportRequest()
public ListDiagnoseReportRequest(ListDiagnoseReportRequest source)
public String getKeyWords()
public void setKeyWords(String KeyWords)
KeyWords - 用于搜索诊断URL的关键字,不填时返回用户所有的诊断任务。public String getDiagnoseLink()
public void setDiagnoseLink(String DiagnoseLink)
DiagnoseLink - 用于搜索诊断系统返回的诊断链接,形如:http://cdn.cloud.tencent.com/self_diagnose/xxxxxpublic String getOrigin()
public void setOrigin(String Origin)
Origin - 请求源带协议头,形如:https://console.cloud.tencent.comCopyright © 2025. All rights reserved.