public class GetAppJVMConfigRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
endTime
The end of the time range to query.
|
String |
pid
The ID of the application.
|
String |
regionId
The ID of the region.
|
Long |
startTime
The start time of the call method.
|
| 构造器和说明 |
|---|
GetAppJVMConfigRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetAppJVMConfigRequest |
build(Map<String,?> map) |
Long |
getEndTime() |
String |
getPid() |
String |
getRegionId() |
Long |
getStartTime() |
GetAppJVMConfigRequest |
setEndTime(Long endTime) |
GetAppJVMConfigRequest |
setPid(String pid) |
GetAppJVMConfigRequest |
setRegionId(String regionId) |
GetAppJVMConfigRequest |
setStartTime(Long startTime) |
@NameInMap(value="EndTime") public Long endTime
The end of the time range to query. Unit: milliseconds.
example:1480607940000
@NameInMap(value="Pid") public String pid
The ID of the application.
Log on to the ARMS console. In the left-side navigation pane, choose Application Monitoring > Applications. On the Applications 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="StartTime") public Long startTime
The start time of the call method.
example:1480521600000
public static GetAppJVMConfigRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetAppJVMConfigRequest setEndTime(Long endTime)
public Long getEndTime()
public GetAppJVMConfigRequest setPid(String pid)
public String getPid()
public GetAppJVMConfigRequest setRegionId(String regionId)
public String getRegionId()
public GetAppJVMConfigRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2024. All rights reserved.