public class TeaModel extends Object
| Constructor and Description |
|---|
TeaModel() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TeaModel> |
build(Map<String,?> map,
T model) |
static Map<String,Object> |
buildMap(TeaModel teaModel) |
static Object |
confirmType(Class expect,
Object object) |
static Object |
parseObject(Object o) |
Map<String,Object> |
toMap() |
static Map<String,Object> |
toMap(Object object) |
static <T extends TeaModel> |
toModel(Map<String,?> map,
T model) |
void |
validate() |
static void |
validateParams(TeaModel teaModel,
String paramName) |
Copyright © 2022. All rights reserved.