public class IssueTypeInfo extends AbstractModel
| Constructor and Description |
|---|
IssueTypeInfo() |
IssueTypeInfo(IssueTypeInfo 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 |
|---|---|
EventInfo[] |
getEvents()
Get 异常事件。
|
String |
getIssueType()
Get 指标分类:AVAILABILITY:可用性,MAINTAINABILITY:可维护性,PERFORMANCE,性能,RELIABILITY可靠性。
|
Long |
getTotalCount()
Get 异常事件总数。
|
void |
setEvents(EventInfo[] Events)
Set 异常事件。
|
void |
setIssueType(String IssueType)
Set 指标分类:AVAILABILITY:可用性,MAINTAINABILITY:可维护性,PERFORMANCE,性能,RELIABILITY可靠性。
|
void |
setTotalCount(Long TotalCount)
Set 异常事件总数。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic IssueTypeInfo()
public IssueTypeInfo(IssueTypeInfo source)
public String getIssueType()
public void setIssueType(String IssueType)
IssueType - 指标分类:AVAILABILITY:可用性,MAINTAINABILITY:可维护性,PERFORMANCE,性能,RELIABILITY可靠性。public EventInfo[] getEvents()
public void setEvents(EventInfo[] Events)
Events - 异常事件。public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 异常事件总数。Copyright © 2021. All rights reserved.