public static class DeleteTraceAppRequest.DeleteTraceAppRequestDeleteReasonReasonIds
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
id
The ID of the reason for deletion.
|
String |
name
A description of the reason for removal.
|
| 构造器和说明 |
|---|
DeleteTraceAppRequestDeleteReasonReasonIds() |
@NameInMap(value="Id") public Integer id
The ID of the reason for deletion.
example:0
@NameInMap(value="Name") public String name
A description of the reason for removal.
example:The function is not perfect, and the root cause of the problem cannot be located.
public DeleteTraceAppRequestDeleteReasonReasonIds()
public static DeleteTraceAppRequest.DeleteTraceAppRequestDeleteReasonReasonIds build(Map<String,?> map) throws Exception
Exceptionpublic DeleteTraceAppRequest.DeleteTraceAppRequestDeleteReasonReasonIds setId(Integer id)
public Integer getId()
public DeleteTraceAppRequest.DeleteTraceAppRequestDeleteReasonReasonIds setName(String name)
public String getName()
Copyright © 2024. All rights reserved.