public static class UpdateEscalationPlanRequest.UpdateEscalationPlanRequestEscalationPlanScopeObjects
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Long |
id
This parameter is required.
|
String |
scope
example:
SERVICE
|
Long |
scopeObjectId
This parameter is required.
|
构造器和说明 |
---|
UpdateEscalationPlanRequestEscalationPlanScopeObjects() |
@NameInMap(value="id") public Long id
This parameter is required.
example:87
@NameInMap(value="scope") public String scope
SERVICE
@NameInMap(value="scopeObjectId") public Long scopeObjectId
This parameter is required.
example:234
public UpdateEscalationPlanRequestEscalationPlanScopeObjects()
public static UpdateEscalationPlanRequest.UpdateEscalationPlanRequestEscalationPlanScopeObjects build(Map<String,?> map) throws Exception
Exception
public UpdateEscalationPlanRequest.UpdateEscalationPlanRequestEscalationPlanScopeObjects setId(Long id)
public Long getId()
public UpdateEscalationPlanRequest.UpdateEscalationPlanRequestEscalationPlanScopeObjects setScope(String scope)
public String getScope()
public UpdateEscalationPlanRequest.UpdateEscalationPlanRequestEscalationPlanScopeObjects setScopeObjectId(Long scopeObjectId)
public Long getScopeObjectId()
Copyright © 2024. All rights reserved.