public class AlipayIserviceCognitiveOcrTablesQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayIserviceCognitiveOcrTablesQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getSuccess() |
List<AiOcrTableRow> |
getTables() |
String |
getTraceId() |
void |
setSuccess(Boolean success) |
void |
setTables(List<AiOcrTableRow> tables) |
void |
setTraceId(String traceId) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayIserviceCognitiveOcrTablesQueryResponse()
public void setSuccess(Boolean success)
public Boolean getSuccess()
public void setTables(List<AiOcrTableRow> tables)
public List<AiOcrTableRow> getTables()
public void setTraceId(String traceId)
public String getTraceId()
Copyright © 2020. All rights reserved.