public class GetModelcategoryRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
GetModelcategoryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetModelcategoryRequest |
build(Map<String,?> map) |
String |
getAuthToken() |
String |
getUniqueId() |
GetModelcategoryRequest |
setAuthToken(String authToken) |
GetModelcategoryRequest |
setUniqueId(String uniqueId) |
@NameInMap(value="auth_token") public String authToken
@NameInMap(value="unique_id") @Validation(required=true) public String uniqueId
public static GetModelcategoryRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetModelcategoryRequest setAuthToken(String authToken)
public String getAuthToken()
public GetModelcategoryRequest setUniqueId(String uniqueId)
public String getUniqueId()
Copyright © 2021. All rights reserved.