public static final class SearchRetcodeAppByPageRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
SearchRetcodeAppByPageRequest |
build() |
SearchRetcodeAppByPageRequest.Builder |
pageNumber(Integer pageNumber)
The number of the page to return.
|
SearchRetcodeAppByPageRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
SearchRetcodeAppByPageRequest.Builder |
regionId(String regionId)
The region ID.
|
SearchRetcodeAppByPageRequest.Builder |
resourceGroupId(String resourceGroupId)
The ID of the resource group.
|
SearchRetcodeAppByPageRequest.Builder |
retcodeAppId(String retcodeAppId)
The application ID.
|
SearchRetcodeAppByPageRequest.Builder |
retcodeAppName(String retcodeAppName)
The name of the application.
|
SearchRetcodeAppByPageRequest.Builder |
tags(List<SearchRetcodeAppByPageRequest.Tags> tags)
The tag.
|
public SearchRetcodeAppByPageRequest.Builder pageNumber(Integer pageNumber)
public SearchRetcodeAppByPageRequest.Builder pageSize(Integer pageSize)
public SearchRetcodeAppByPageRequest.Builder regionId(String regionId)
public SearchRetcodeAppByPageRequest.Builder resourceGroupId(String resourceGroupId)
public SearchRetcodeAppByPageRequest.Builder retcodeAppId(String retcodeAppId)
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`.
public SearchRetcodeAppByPageRequest.Builder retcodeAppName(String retcodeAppName)
public SearchRetcodeAppByPageRequest.Builder tags(List<SearchRetcodeAppByPageRequest.Tags> tags)
public SearchRetcodeAppByPageRequest build()
Copyright © 2024. All rights reserved.