public static final class UploadRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
UploadRequest |
build() |
UploadRequest.Builder |
edition(String edition)
The version of the SourceMap file.
|
UploadRequest.Builder |
file(String file)
The content of the SourceMap file.
|
UploadRequest.Builder |
fileName(String fileName)
The name of the SourceMap file.
|
UploadRequest.Builder |
pid(String pid)
The application ID.
|
UploadRequest.Builder |
regionId(String regionId)
The ID of the region to which the SourceMap file is uploaded.
|
UploadRequest.Builder |
version(String version)
We recommend that you do not specify this parameter.
|
public UploadRequest.Builder edition(String edition)
public UploadRequest.Builder file(String file)
public UploadRequest.Builder fileName(String fileName)
public UploadRequest.Builder pid(String pid)
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 @ to obtain eb4zdose6v@9781be0f44d\*\*\*\*.
public UploadRequest.Builder regionId(String regionId)
public UploadRequest.Builder version(String version)
public UploadRequest build()
Copyright © 2024. All rights reserved.