public class CreateProblemRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
List<Long> |
affectServiceIds |
String |
clientToken
example:
E789D869-DB13-4913-BAA8-A1F56F94B94D
|
String |
discoverTime
example:
2020-10-02 00:00:00
|
Long |
incidentId
example:
123221
|
Long |
mainHandlerId
example:
32121
|
String |
preliminaryReason
example:
初步原因
|
String |
problemLevel
example:
P2
|
String |
problemName
example:
故障A
|
String |
problemNotifyType
example:
PROBLEM_NOTIFY
|
String |
problemStatus
example:
HANDLING
|
String |
progressSummary
example:
进展摘要
|
Long |
progressSummaryRichTextId
example:
343
|
String |
recoveryTime
example:
2020-10-02 00:00:00
|
Long |
relatedServiceId
example:
123122
|
List<Long> |
serviceGroupIds |
构造器和说明 |
---|
CreateProblemRequest() |
@NameInMap(value="clientToken") public String clientToken
E789D869-DB13-4913-BAA8-A1F56F94B94D
@NameInMap(value="discoverTime") public String discoverTime
2020-10-02 00:00:00
@NameInMap(value="incidentId") public Long incidentId
123221
@NameInMap(value="mainHandlerId") public Long mainHandlerId
32121
@NameInMap(value="preliminaryReason") public String preliminaryReason
初步原因
@NameInMap(value="problemLevel") public String problemLevel
P2
@NameInMap(value="problemName") public String problemName
故障A
@NameInMap(value="problemNotifyType") public String problemNotifyType
PROBLEM_NOTIFY
@NameInMap(value="problemStatus") public String problemStatus
HANDLING
@NameInMap(value="progressSummary") public String progressSummary
进展摘要
@NameInMap(value="progressSummaryRichTextId") public Long progressSummaryRichTextId
343
@NameInMap(value="recoveryTime") public String recoveryTime
2020-10-02 00:00:00
@NameInMap(value="relatedServiceId") public Long relatedServiceId
123122
public static CreateProblemRequest build(Map<String,?> map) throws Exception
Exception
public CreateProblemRequest setAffectServiceIds(List<Long> affectServiceIds)
public CreateProblemRequest setClientToken(String clientToken)
public String getClientToken()
public CreateProblemRequest setDiscoverTime(String discoverTime)
public String getDiscoverTime()
public CreateProblemRequest setIncidentId(Long incidentId)
public Long getIncidentId()
public CreateProblemRequest setMainHandlerId(Long mainHandlerId)
public Long getMainHandlerId()
public CreateProblemRequest setPreliminaryReason(String preliminaryReason)
public String getPreliminaryReason()
public CreateProblemRequest setProblemLevel(String problemLevel)
public String getProblemLevel()
public CreateProblemRequest setProblemName(String problemName)
public String getProblemName()
public CreateProblemRequest setProblemNotifyType(String problemNotifyType)
public String getProblemNotifyType()
public CreateProblemRequest setProblemStatus(String problemStatus)
public String getProblemStatus()
public CreateProblemRequest setProgressSummary(String progressSummary)
public String getProgressSummary()
public CreateProblemRequest setProgressSummaryRichTextId(Long progressSummaryRichTextId)
public Long getProgressSummaryRichTextId()
public CreateProblemRequest setRecoveryTime(String recoveryTime)
public String getRecoveryTime()
public CreateProblemRequest setRelatedServiceId(Long relatedServiceId)
public Long getRelatedServiceId()
public CreateProblemRequest setServiceGroupIds(List<Long> serviceGroupIds)
Copyright © 2024. All rights reserved.