public class GetProblemPreviewRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
clientToken
example:
4361a0e1-6747-4834-96ce-0c4840f13812
|
List<Long> |
effectServiceIds |
Long |
incidentId
example:
213123
|
Long |
problemId
example:
12312
|
String |
problemLevel
example:
P2
|
String |
problemNotifyType
example:
PROBLEM_NOTIFY
|
Long |
relatedServiceId
example:
21312
|
List<Long> |
serviceGroupIds |
构造器和说明 |
---|
GetProblemPreviewRequest() |
限定符和类型 | 方法和说明 |
---|---|
static GetProblemPreviewRequest |
build(Map<String,?> map) |
String |
getClientToken() |
List<Long> |
getEffectServiceIds() |
Long |
getIncidentId() |
Long |
getProblemId() |
String |
getProblemLevel() |
String |
getProblemNotifyType() |
Long |
getRelatedServiceId() |
List<Long> |
getServiceGroupIds() |
GetProblemPreviewRequest |
setClientToken(String clientToken) |
GetProblemPreviewRequest |
setEffectServiceIds(List<Long> effectServiceIds) |
GetProblemPreviewRequest |
setIncidentId(Long incidentId) |
GetProblemPreviewRequest |
setProblemId(Long problemId) |
GetProblemPreviewRequest |
setProblemLevel(String problemLevel) |
GetProblemPreviewRequest |
setProblemNotifyType(String problemNotifyType) |
GetProblemPreviewRequest |
setRelatedServiceId(Long relatedServiceId) |
GetProblemPreviewRequest |
setServiceGroupIds(List<Long> serviceGroupIds) |
@NameInMap(value="clientToken") public String clientToken
4361a0e1-6747-4834-96ce-0c4840f13812
@NameInMap(value="incidentId") public Long incidentId
213123
@NameInMap(value="problemId") public Long problemId
12312
@NameInMap(value="problemLevel") public String problemLevel
P2
@NameInMap(value="problemNotifyType") public String problemNotifyType
PROBLEM_NOTIFY
@NameInMap(value="relatedServiceId") public Long relatedServiceId
21312
public static GetProblemPreviewRequest build(Map<String,?> map) throws Exception
Exception
public GetProblemPreviewRequest setClientToken(String clientToken)
public String getClientToken()
public GetProblemPreviewRequest setEffectServiceIds(List<Long> effectServiceIds)
public GetProblemPreviewRequest setIncidentId(Long incidentId)
public Long getIncidentId()
public GetProblemPreviewRequest setProblemId(Long problemId)
public Long getProblemId()
public GetProblemPreviewRequest setProblemLevel(String problemLevel)
public String getProblemLevel()
public GetProblemPreviewRequest setProblemNotifyType(String problemNotifyType)
public String getProblemNotifyType()
public GetProblemPreviewRequest setRelatedServiceId(Long relatedServiceId)
public Long getRelatedServiceId()
public GetProblemPreviewRequest setServiceGroupIds(List<Long> serviceGroupIds)
Copyright © 2024. All rights reserved.