public class SearchRetcodeAppByPageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SearchRetcodeAppByPageRequest.SearchRetcodeAppByPageRequestTags |
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId
The ID of the region.
|
String |
resourceGroupId
The ID of the resource group.
|
String |
retcodeAppId
The ID of the application.
|
String |
retcodeAppName
The name of the application that is monitored by Browser Monitoring.
|
List<SearchRetcodeAppByPageRequest.SearchRetcodeAppByPageRequestTags> |
tags
The tags.
|
| 构造器和说明 |
|---|
SearchRetcodeAppByPageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SearchRetcodeAppByPageRequest |
build(Map<String,?> map) |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
String |
getResourceGroupId() |
String |
getRetcodeAppId() |
String |
getRetcodeAppName() |
List<SearchRetcodeAppByPageRequest.SearchRetcodeAppByPageRequestTags> |
getTags() |
SearchRetcodeAppByPageRequest |
setPageNumber(Integer pageNumber) |
SearchRetcodeAppByPageRequest |
setPageSize(Integer pageSize) |
SearchRetcodeAppByPageRequest |
setRegionId(String regionId) |
SearchRetcodeAppByPageRequest |
setResourceGroupId(String resourceGroupId) |
SearchRetcodeAppByPageRequest |
setRetcodeAppId(String retcodeAppId) |
SearchRetcodeAppByPageRequest |
setRetcodeAppName(String retcodeAppName) |
SearchRetcodeAppByPageRequest |
setTags(List<SearchRetcodeAppByPageRequest.SearchRetcodeAppByPageRequestTags> tags) |
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
example:1
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
example:5
@NameInMap(value="RegionId") public String regionId
The ID of the region.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="ResourceGroupId") public String resourceGroupId
The ID of the resource group. You can obtain the resource group ID in the Resource Management console.
example:rg-acfmxyexli2****
@NameInMap(value="RetcodeAppId") public String retcodeAppId
The ID of the application.
Log on to the ARMS console. In the left-side navigation pane, choose Browser Monitoring > Browser Monitoring. On the Browser Monitoring page, click the name of an application. The URL in the browser address bar contains the pid of this application in the format of pid=xxx. 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 (@). The actual PID is xxx@74xxx.
eb4zdose6v@9781be0f44d****
@NameInMap(value="RetcodeAppName") public String retcodeAppName
The name of the application that is monitored by Browser Monitoring.
example:App1
@NameInMap(value="Tags") public List<SearchRetcodeAppByPageRequest.SearchRetcodeAppByPageRequestTags> tags
The tags.
public static SearchRetcodeAppByPageRequest build(Map<String,?> map) throws Exception
Exceptionpublic SearchRetcodeAppByPageRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public SearchRetcodeAppByPageRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public SearchRetcodeAppByPageRequest setRegionId(String regionId)
public String getRegionId()
public SearchRetcodeAppByPageRequest setResourceGroupId(String resourceGroupId)
public String getResourceGroupId()
public SearchRetcodeAppByPageRequest setRetcodeAppId(String retcodeAppId)
public String getRetcodeAppId()
public SearchRetcodeAppByPageRequest setRetcodeAppName(String retcodeAppName)
public String getRetcodeAppName()
public SearchRetcodeAppByPageRequest setTags(List<SearchRetcodeAppByPageRequest.SearchRetcodeAppByPageRequestTags> tags)
public List<SearchRetcodeAppByPageRequest.SearchRetcodeAppByPageRequestTags> getTags()
Copyright © 2024. All rights reserved.