public class QueryFolderPathResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<FolderPath> |
paths |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| 构造器和说明 |
|---|
QueryFolderPathResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static QueryFolderPathResponse |
build(Map<String,?> map) |
List<FolderPath> |
getPaths() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryFolderPathResponse |
setPaths(List<FolderPath> paths) |
QueryFolderPathResponse |
setReqMsgId(String reqMsgId) |
QueryFolderPathResponse |
setResultCode(String resultCode) |
QueryFolderPathResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="paths") public List<FolderPath> paths
public static QueryFolderPathResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryFolderPathResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryFolderPathResponse setResultCode(String resultCode)
public String getResultCode()
public QueryFolderPathResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryFolderPathResponse setPaths(List<FolderPath> paths)
public List<FolderPath> getPaths()
Copyright © 2022. All rights reserved.