Uses of Class
com.tencentcloudapi.cdn.v20180606.models.DiagnoseData
-
Packages that use DiagnoseData Package Description com.tencentcloudapi.cdn.v20180606.models -
-
Uses of DiagnoseData in com.tencentcloudapi.cdn.v20180606.models
Methods in com.tencentcloudapi.cdn.v20180606.models that return DiagnoseData Modifier and Type Method Description DiagnoseDataDescribeDiagnoseReportResponse. getBaskInfo()Get 诊断报告基础信息DiagnoseDataDescribeDiagnoseReportResponse. getClientInfo()Get 客户端检测信息DiagnoseDataDescribeDiagnoseReportResponse. getCnameInfo()Get CNAME检测信息DiagnoseDataDescribeDiagnoseReportResponse. getDnsInfo()Get DNS检测信息DiagnoseDataDescribeDiagnoseReportResponse. getMidNodeInfo()Get 中间源节点检测信息DiagnoseDataDescribeDiagnoseReportResponse. getNetworkInfo()Get 网络检测信息DiagnoseDataDescribeDiagnoseReportResponse. getOcNodeInfo()Get 边缘节点检测信息DiagnoseDataDescribeDiagnoseReportResponse. getOriginInfo()Get 源站检测信息DiagnoseDataDescribeDiagnoseReportResponse. getPurgeInfo()Get 刷新检测信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.cdn.v20180606.models with parameters of type DiagnoseData Modifier and Type Method Description voidDescribeDiagnoseReportResponse. setBaskInfo(DiagnoseData BaskInfo)Set 诊断报告基础信息voidDescribeDiagnoseReportResponse. setClientInfo(DiagnoseData ClientInfo)Set 客户端检测信息voidDescribeDiagnoseReportResponse. setCnameInfo(DiagnoseData CnameInfo)Set CNAME检测信息voidDescribeDiagnoseReportResponse. setDnsInfo(DiagnoseData DnsInfo)Set DNS检测信息voidDescribeDiagnoseReportResponse. setMidNodeInfo(DiagnoseData MidNodeInfo)Set 中间源节点检测信息voidDescribeDiagnoseReportResponse. setNetworkInfo(DiagnoseData NetworkInfo)Set 网络检测信息voidDescribeDiagnoseReportResponse. setOcNodeInfo(DiagnoseData OcNodeInfo)Set 边缘节点检测信息voidDescribeDiagnoseReportResponse. setOriginInfo(DiagnoseData OriginInfo)Set 源站检测信息voidDescribeDiagnoseReportResponse. setPurgeInfo(DiagnoseData PurgeInfo)Set 刷新检测信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.cdn.v20180606.models with parameters of type DiagnoseData Constructor Description DiagnoseData(DiagnoseData 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.
-