public class GetPrivateStoreFilePathRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dentryId
This parameter is required.
|
Long |
spaceId
This parameter is required.
|
| 构造器和说明 |
|---|
GetPrivateStoreFilePathRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetPrivateStoreFilePathRequest |
build(Map<String,?> map) |
Long |
getDentryId() |
Long |
getSpaceId() |
GetPrivateStoreFilePathRequest |
setDentryId(Long dentryId) |
GetPrivateStoreFilePathRequest |
setSpaceId(Long spaceId) |
@NameInMap(value="dentryId") public Long dentryId
This parameter is required.
@NameInMap(value="spaceId") public Long spaceId
This parameter is required.
public static GetPrivateStoreFilePathRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetPrivateStoreFilePathRequest setDentryId(Long dentryId)
public Long getDentryId()
public GetPrivateStoreFilePathRequest setSpaceId(Long spaceId)
public Long getSpaceId()
Copyright © 2025. All rights reserved.