public class ImportJobMountPoint extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ImportJobMountPoint.Builder |
| 构造器和说明 |
|---|
ImportJobMountPoint() |
ImportJobMountPoint(ImportJobMountPoint.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getMountKey() |
Integer |
getMountType() |
static ImportJobMountPoint.Builder |
newBuilder() |
void |
setMountKey(String mountKey) |
void |
setMountType(Integer mountType) |
public ImportJobMountPoint()
public ImportJobMountPoint(ImportJobMountPoint.Builder builder)
public static ImportJobMountPoint.Builder newBuilder()
public Integer getMountType()
public void setMountType(Integer mountType)
public String getMountKey()
public void setMountKey(String mountKey)
Copyright © 2025. All rights reserved.