public class CreateAsyncPredictResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
asyncPredictId |
String |
requestId |
| 构造器和说明 |
|---|
CreateAsyncPredictResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateAsyncPredictResponseBody |
build(Map<String,?> map) |
Long |
getAsyncPredictId() |
String |
getRequestId() |
CreateAsyncPredictResponseBody |
setAsyncPredictId(Long asyncPredictId) |
CreateAsyncPredictResponseBody |
setRequestId(String requestId) |
@NameInMap(value="AsyncPredictId") public Long asyncPredictId
@NameInMap(value="RequestId") public String requestId
public static CreateAsyncPredictResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateAsyncPredictResponseBody setAsyncPredictId(Long asyncPredictId)
public Long getAsyncPredictId()
public CreateAsyncPredictResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.