public class GetRetcodeAppByPidRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetRetcodeAppByPidRequest.GetRetcodeAppByPidRequestTags |
| 限定符和类型 | 字段和说明 |
|---|---|
String |
pid
The PID of the application.
|
String |
regionId
The ID of the region.
|
List<GetRetcodeAppByPidRequest.GetRetcodeAppByPidRequestTags> |
tags
The list of tags.
|
| 构造器和说明 |
|---|
GetRetcodeAppByPidRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetRetcodeAppByPidRequest |
build(Map<String,?> map) |
String |
getPid() |
String |
getRegionId() |
List<GetRetcodeAppByPidRequest.GetRetcodeAppByPidRequestTags> |
getTags() |
GetRetcodeAppByPidRequest |
setPid(String pid) |
GetRetcodeAppByPidRequest |
setRegionId(String regionId) |
GetRetcodeAppByPidRequest |
setTags(List<GetRetcodeAppByPidRequest.GetRetcodeAppByPidRequestTags> tags) |
@NameInMap(value="Pid") public String pid
The PID of the application. To obtain the PID of the application, perform the following steps: Log on to the Application Real-Time Monitoring Service (ARMS) console. In the left-side navigation pane, choose Browser Monitoring > Browser Monitoring. On the Browser Monitoring page, click the name of the application. The URL in the address bar contains the PID of the application. The PID is in the pid=xxx format. The PID is usually percent encoded as xxx%40xxx. You must modify this value to remove the percent encoding. For example, if the PID in the URL is xxx%4074xxx, you must replace %40 with the at sign (@) to obtain xxx@74xxx.
This parameter is required.
example:b590lhguqs@9781be0f44dXXXX
@NameInMap(value="RegionId") public String regionId
The ID of the region.
example:cn-hangzhou
@NameInMap(value="Tags") public List<GetRetcodeAppByPidRequest.GetRetcodeAppByPidRequestTags> tags
The list of tags.
public static GetRetcodeAppByPidRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetRetcodeAppByPidRequest setPid(String pid)
public String getPid()
public GetRetcodeAppByPidRequest setRegionId(String regionId)
public String getRegionId()
public GetRetcodeAppByPidRequest setTags(List<GetRetcodeAppByPidRequest.GetRetcodeAppByPidRequestTags> tags)
public List<GetRetcodeAppByPidRequest.GetRetcodeAppByPidRequestTags> getTags()
Copyright © 2024. All rights reserved.