public static final class GetAppJVMConfigRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
GetAppJVMConfigRequest |
build() |
GetAppJVMConfigRequest.Builder |
endTime(Long endTime)
The end of the time range to query.
|
GetAppJVMConfigRequest.Builder |
pid(String pid)
The ID of the application.
|
GetAppJVMConfigRequest.Builder |
regionId(String regionId)
The ID of the region.
|
GetAppJVMConfigRequest.Builder |
startTime(Long startTime)
The start time of the call method.
|
public GetAppJVMConfigRequest.Builder endTime(Long endTime)
public GetAppJVMConfigRequest.Builder pid(String pid)
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\*\*\*\*.
public GetAppJVMConfigRequest.Builder regionId(String regionId)
public GetAppJVMConfigRequest.Builder startTime(Long startTime)
public GetAppJVMConfigRequest build()
Copyright © 2024. All rights reserved.