public class DeleteTraceAppShrinkRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appId
The ID of the application that you want to delete.
|
String |
deleteReasonShrink
The reason(s) to delete application.
|
String |
pid
The PID of the application.
|
String |
regionId
The ID of the region in which the application is located.
|
String |
type
The type of the application that you want to delete.
|
| 构造器和说明 |
|---|
DeleteTraceAppShrinkRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteTraceAppShrinkRequest |
build(Map<String,?> map) |
String |
getAppId() |
String |
getDeleteReasonShrink() |
String |
getPid() |
String |
getRegionId() |
String |
getType() |
DeleteTraceAppShrinkRequest |
setAppId(String appId) |
DeleteTraceAppShrinkRequest |
setDeleteReasonShrink(String deleteReasonShrink) |
DeleteTraceAppShrinkRequest |
setPid(String pid) |
DeleteTraceAppShrinkRequest |
setRegionId(String regionId) |
DeleteTraceAppShrinkRequest |
setType(String type) |
@NameInMap(value="AppId") public String appId
The ID of the application that you want to delete. You can call the SearchTraceAppByName operation to query the application ID. For more information, see SearchTraceAppByName.
This parameter is required.
example:5406**
@NameInMap(value="DeleteReason") public String deleteReasonShrink
The reason(s) to delete application.
@NameInMap(value="Pid") public String pid
The PID of the application. For more information about how to query the PID, see QueryMetricByPage.
This parameter is required.
example:9w0sc5gxxz@edcsd447c2f****
@NameInMap(value="RegionId") public String regionId
The ID of the region in which the application is located.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="Type") public String type
The type of the application that you want to delete. You can call the SearchTraceAppByName operation to query the application type. For more information, see SearchTraceAppByName. Valid values:
TRACE: Application MonitoringRETCODE: frontend monitoringThis parameter is required.
example:TRACE
public static DeleteTraceAppShrinkRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteTraceAppShrinkRequest setAppId(String appId)
public String getAppId()
public DeleteTraceAppShrinkRequest setDeleteReasonShrink(String deleteReasonShrink)
public String getDeleteReasonShrink()
public DeleteTraceAppShrinkRequest setPid(String pid)
public String getPid()
public DeleteTraceAppShrinkRequest setRegionId(String regionId)
public String getRegionId()
public DeleteTraceAppShrinkRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.