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