public class GetDingMeBaseDataResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
fromCache |
List<Map<String,String>> |
rawset |
Long |
runtime |
Map<String,?> |
tips |
| 构造器和说明 |
|---|
GetDingMeBaseDataResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDingMeBaseDataResponseBody |
build(Map<String,?> map) |
Boolean |
getFromCache() |
List<Map<String,String>> |
getRawset() |
Long |
getRuntime() |
Map<String,?> |
getTips() |
GetDingMeBaseDataResponseBody |
setFromCache(Boolean fromCache) |
GetDingMeBaseDataResponseBody |
setRawset(List<Map<String,String>> rawset) |
GetDingMeBaseDataResponseBody |
setRuntime(Long runtime) |
GetDingMeBaseDataResponseBody |
setTips(Map<String,?> tips) |
@NameInMap(value="fromCache") public Boolean fromCache
@NameInMap(value="runtime") public Long runtime
public static GetDingMeBaseDataResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDingMeBaseDataResponseBody setFromCache(Boolean fromCache)
public Boolean getFromCache()
public GetDingMeBaseDataResponseBody setRawset(List<Map<String,String>> rawset)
public GetDingMeBaseDataResponseBody setRuntime(Long runtime)
public Long getRuntime()
public GetDingMeBaseDataResponseBody setTips(Map<String,?> tips)
Copyright © 2022. All rights reserved.