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