public class GetTraceAppRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetTraceAppRequest.GetTraceAppRequestTags |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
pid
The process identifier (PID) of the application.
|
String |
regionId
The region ID.
|
List<GetTraceAppRequest.GetTraceAppRequestTags> |
tags
The list of tags.
|
| 构造器和说明 |
|---|
GetTraceAppRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetTraceAppRequest |
build(Map<String,?> map) |
String |
getPid() |
String |
getRegionId() |
List<GetTraceAppRequest.GetTraceAppRequestTags> |
getTags() |
GetTraceAppRequest |
setPid(String pid) |
GetTraceAppRequest |
setRegionId(String regionId) |
GetTraceAppRequest |
setTags(List<GetTraceAppRequest.GetTraceAppRequestTags> tags) |
@NameInMap(value="Pid") public String pid
The process identifier (PID) of the application. For more information about how to obtain the PID, see Obtain the PID of an application.
This parameter is required.
example:b590lhguqs@d8deedfa9bf****
@NameInMap(value="RegionId") public String regionId
The region ID.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="Tags") public List<GetTraceAppRequest.GetTraceAppRequestTags> tags
The list of tags.
public static GetTraceAppRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetTraceAppRequest setPid(String pid)
public String getPid()
public GetTraceAppRequest setRegionId(String regionId)
public String getRegionId()
public GetTraceAppRequest setTags(List<GetTraceAppRequest.GetTraceAppRequestTags> tags)
public List<GetTraceAppRequest.GetTraceAppRequestTags> getTags()
Copyright © 2024. All rights reserved.