Class DiagnoseResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DiagnoseResult
-
public class DiagnoseResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DiagnoseResult()
DiagnoseResult(DiagnoseResult 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
Get 诊断出的异常类别。 注意:此字段可能返回 null,表示取不到有效值。String
getDateTime()
Get 诊断到异常的北京时间,采用 ISO 日期格式。 注意:此字段可能返回 null,表示取不到有效值。String
getDescription()
Get 诊断出的异常描述。 注意:此字段可能返回 null,表示取不到有效值。String
getSeverityLevel()
Get 诊断出的异常级别。 注意:此字段可能返回 null,表示取不到有效值。Float
getTimestamp()
Get 诊断出异常开始的PTS时间戳。 注意:此字段可能返回 null,表示取不到有效值。String
getType()
Get 诊断出的具体异常类型。 注意:此字段可能返回 null,表示取不到有效值。void
setCategory(String Category)
Set 诊断出的异常类别。 注意:此字段可能返回 null,表示取不到有效值。void
setDateTime(String DateTime)
Set 诊断到异常的北京时间,采用 ISO 日期格式。 注意:此字段可能返回 null,表示取不到有效值。void
setDescription(String Description)
Set 诊断出的异常描述。 注意:此字段可能返回 null,表示取不到有效值。void
setSeverityLevel(String SeverityLevel)
Set 诊断出的异常级别。 注意:此字段可能返回 null,表示取不到有效值。void
setTimestamp(Float Timestamp)
Set 诊断出异常开始的PTS时间戳。 注意:此字段可能返回 null,表示取不到有效值。void
setType(String Type)
Set 诊断出的具体异常类型。 注意:此字段可能返回 null,表示取不到有效值。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DiagnoseResult
public DiagnoseResult()
-
DiagnoseResult
public DiagnoseResult(DiagnoseResult 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.
-
-
Method Detail
-
getCategory
public String getCategory()
Get 诊断出的异常类别。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Category 诊断出的异常类别。 注意:此字段可能返回 null,表示取不到有效值。
-
setCategory
public void setCategory(String Category)
Set 诊断出的异常类别。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Category
- 诊断出的异常类别。 注意:此字段可能返回 null,表示取不到有效值。
-
getType
public String getType()
Get 诊断出的具体异常类型。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Type 诊断出的具体异常类型。 注意:此字段可能返回 null,表示取不到有效值。
-
setType
public void setType(String Type)
Set 诊断出的具体异常类型。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Type
- 诊断出的具体异常类型。 注意:此字段可能返回 null,表示取不到有效值。
-
getTimestamp
public Float getTimestamp()
Get 诊断出异常开始的PTS时间戳。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Timestamp 诊断出异常开始的PTS时间戳。 注意:此字段可能返回 null,表示取不到有效值。
-
setTimestamp
public void setTimestamp(Float Timestamp)
Set 诊断出异常开始的PTS时间戳。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Timestamp
- 诊断出异常开始的PTS时间戳。 注意:此字段可能返回 null,表示取不到有效值。
-
getDescription
public String getDescription()
Get 诊断出的异常描述。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Description 诊断出的异常描述。 注意:此字段可能返回 null,表示取不到有效值。
-
setDescription
public void setDescription(String Description)
Set 诊断出的异常描述。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Description
- 诊断出的异常描述。 注意:此字段可能返回 null,表示取不到有效值。
-
getDateTime
public String getDateTime()
Get 诊断到异常的北京时间,采用 ISO 日期格式。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DateTime 诊断到异常的北京时间,采用 ISO 日期格式。 注意:此字段可能返回 null,表示取不到有效值。
-
setDateTime
public void setDateTime(String DateTime)
Set 诊断到异常的北京时间,采用 ISO 日期格式。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DateTime
- 诊断到异常的北京时间,采用 ISO 日期格式。 注意:此字段可能返回 null,表示取不到有效值。
-
getSeverityLevel
public String getSeverityLevel()
Get 诊断出的异常级别。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- SeverityLevel 诊断出的异常级别。 注意:此字段可能返回 null,表示取不到有效值。
-
setSeverityLevel
public void setSeverityLevel(String SeverityLevel)
Set 诊断出的异常级别。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
SeverityLevel
- 诊断出的异常级别。 注意:此字段可能返回 null,表示取不到有效值。
-
-