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