public static class MountPointInfo.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
MountPointInfo |
build() |
MountPointInfo.Builder |
ext(Map<String,String> ext)
其他需要透传信息
示例值:
|
MountPointInfo.Builder |
mountKey(String mountKey)
挂载点的 key: 例如 space 为目录token,若为空表示根目录,wiki 为父节点node
示例值:
|
MountPointInfo.Builder |
mountType(MountPointInfoMountPointEnum mountType)
挂载点类型 space wiki
示例值:
|
MountPointInfo.Builder |
mountType(String mountType)
挂载点类型 space wiki
示例值:
|
public MountPointInfo.Builder mountType(String mountType)
示例值:
mountType - public MountPointInfo.Builder mountType(MountPointInfoMountPointEnum mountType)
示例值:
mountType - MountPointInfoMountPointEnumpublic MountPointInfo.Builder mountKey(String mountKey)
示例值:
mountKey - public MountPointInfo.Builder ext(Map<String,String> ext)
示例值:
ext - public MountPointInfo build()
Copyright © 2026. All rights reserved.