public class AlipayIserviceCognitiveOcrTablesQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayIserviceCognitiveOcrTablesQueryResponse() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getSuccess()
Gets success.
|
List<AiOcrTableRow> |
getTables()
Gets tables.
|
String |
getTraceId()
Gets trace id.
|
void |
setSuccess(Boolean success)
Sets success.
|
void |
setTables(List<AiOcrTableRow> tables)
Sets tables.
|
void |
setTraceId(String traceId)
Sets trace id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayIserviceCognitiveOcrTablesQueryResponse()
public void setSuccess(Boolean success)
success
- the successpublic Boolean getSuccess()
public void setTables(List<AiOcrTableRow> tables)
tables
- the tablespublic List<AiOcrTableRow> getTables()
public void setTraceId(String traceId)
traceId
- the trace idpublic String getTraceId()
Copyright © 2018. All rights reserved.