public class QueryAppTopologyRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
appType
The application type
example:
TRACE
|
String |
db
The database domain name.
|
String |
dbName
The name of the database.
|
Long |
endTime
The end of the time range to query.
|
Map<String,String> |
filters
The filter conditions.
|
String |
pid
The ID of the application.
|
String |
regionId
The ID of the region.
|
String |
rpc
RPC interface name.
|
Long |
startTime
The start of the time range to query.
|
String |
type
The type kind of topology.
|
| 构造器和说明 |
|---|
QueryAppTopologyRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryAppTopologyRequest |
build(Map<String,?> map) |
String |
getAppType() |
String |
getDb() |
String |
getDbName() |
Long |
getEndTime() |
Map<String,String> |
getFilters() |
String |
getPid() |
String |
getRegionId() |
String |
getRpc() |
Long |
getStartTime() |
String |
getType() |
QueryAppTopologyRequest |
setAppType(String appType) |
QueryAppTopologyRequest |
setDb(String db) |
QueryAppTopologyRequest |
setDbName(String dbName) |
QueryAppTopologyRequest |
setEndTime(Long endTime) |
QueryAppTopologyRequest |
setFilters(Map<String,String> filters) |
QueryAppTopologyRequest |
setPid(String pid) |
QueryAppTopologyRequest |
setRegionId(String regionId) |
QueryAppTopologyRequest |
setRpc(String rpc) |
QueryAppTopologyRequest |
setStartTime(Long startTime) |
QueryAppTopologyRequest |
setType(String type) |
@NameInMap(value="AppType") public String appType
The application type
example:TRACE
@NameInMap(value="Db") public String db
The database domain name.
example:rm-xxx.mysql.rds.aliyuncs.com:3306
@NameInMap(value="DbName") public String dbName
The name of the database.
example:orders
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. Unit: milliseconds.
This parameter is required.
example:1671952708499
@NameInMap(value="Pid") public String pid
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 address bar contains the process ID (PID) of the application. The PID is indicated 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 eb4zdose6v%409781be0f44d\\\\, you must replace %40 with an at sign (@) to obtain eb4zdose6v@9781be0f44d\\\\.
example:atc889zkcf@d8deedfa9bf****
@NameInMap(value="RegionId") public String regionId
The ID of the region.
This parameter is required.
example:cn-hangzhou
@NameInMap(value="Rpc") public String rpc
RPC interface name.
example:/eventCenter
@NameInMap(value="StartTime") public Long startTime
The start of the time range to query. Unit: milliseconds.
This parameter is required.
example:1595568910000
@NameInMap(value="Type") public String type
The type kind of topology.
This parameter is required.
example:apm_apps_v2
public static QueryAppTopologyRequest build(Map<String,?> map) throws Exception
Exceptionpublic QueryAppTopologyRequest setAppType(String appType)
public String getAppType()
public QueryAppTopologyRequest setDb(String db)
public String getDb()
public QueryAppTopologyRequest setDbName(String dbName)
public String getDbName()
public QueryAppTopologyRequest setEndTime(Long endTime)
public Long getEndTime()
public QueryAppTopologyRequest setFilters(Map<String,String> filters)
public QueryAppTopologyRequest setPid(String pid)
public String getPid()
public QueryAppTopologyRequest setRegionId(String regionId)
public String getRegionId()
public QueryAppTopologyRequest setRpc(String rpc)
public String getRpc()
public QueryAppTopologyRequest setStartTime(Long startTime)
public Long getStartTime()
public QueryAppTopologyRequest setType(String type)
public String getType()
Copyright © 2024. All rights reserved.