public class DxVerifyResultItem extends AlipayObject
Constructor and Description |
---|
DxVerifyResultItem() |
Modifier and Type | Method and Description |
---|---|
String |
getErrorCode()
Gets error code.
|
String |
getErrorMsg()
Gets error msg.
|
String |
getInput()
Gets input.
|
Long |
getLine()
Gets line.
|
String |
getOutput()
Gets output.
|
String |
getPredict()
Gets predict.
|
Boolean |
getSuccess()
Gets success.
|
String |
getTrace()
Gets trace.
|
void |
setErrorCode(String errorCode)
Sets error code.
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setInput(String input)
Sets input.
|
void |
setLine(Long line)
Sets line.
|
void |
setOutput(String output)
Sets output.
|
void |
setPredict(String predict)
Sets predict.
|
void |
setSuccess(Boolean success)
Sets success.
|
void |
setTrace(String trace)
Sets trace.
|
public String getErrorCode()
public void setErrorCode(String errorCode)
errorCode
- the error codepublic String getErrorMsg()
public void setErrorMsg(String errorMsg)
errorMsg
- the error msgpublic String getInput()
public void setInput(String input)
input
- the inputpublic Long getLine()
public void setLine(Long line)
line
- the linepublic String getOutput()
public void setOutput(String output)
output
- the outputpublic String getPredict()
public void setPredict(String predict)
predict
- the predictpublic Boolean getSuccess()
public void setSuccess(Boolean success)
success
- the successpublic String getTrace()
public void setTrace(String trace)
trace
- the traceCopyright © 2018. All rights reserved.