public static final class GetSourceMapInfoResponseBody.SourceMapList.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
GetSourceMapInfoResponseBody.SourceMapList |
build() |
GetSourceMapInfoResponseBody.SourceMapList.Builder |
fid(String fid)
The ID of the SourceMap file.
|
GetSourceMapInfoResponseBody.SourceMapList.Builder |
fileName(String fileName)
The name of the SourceMap file.
|
GetSourceMapInfoResponseBody.SourceMapList.Builder |
size(String size)
The size of the file.
|
GetSourceMapInfoResponseBody.SourceMapList.Builder |
uploadTime(String uploadTime)
The timestamp that indicates when the file was uploaded.
|
GetSourceMapInfoResponseBody.SourceMapList.Builder |
version(String version)
The version of the file.
|
public GetSourceMapInfoResponseBody.SourceMapList.Builder fid(String fid)
public GetSourceMapInfoResponseBody.SourceMapList.Builder fileName(String fileName)
public GetSourceMapInfoResponseBody.SourceMapList.Builder size(String size)
public GetSourceMapInfoResponseBody.SourceMapList.Builder uploadTime(String uploadTime)
public GetSourceMapInfoResponseBody.SourceMapList.Builder version(String version)
public GetSourceMapInfoResponseBody.SourceMapList build()
Copyright © 2024. All rights reserved.