public class AlipayIserviceCognitiveAswfDagQueryResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayIserviceCognitiveAswfDagQueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDagId()
Gets dag id.
|
String |
getErrorCode()
废弃方法,请使用getCode替换
|
String |
getErrorMsg()
Gets error msg.
|
Boolean |
getSuccess()
Gets success.
|
void |
setDagId(String dagId)
Sets dag id.
|
void |
setErrorCode(String errorCode)
废弃方法,请使用setCode替换
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setSuccess(Boolean success)
Sets success.
|
getBody, getCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayIserviceCognitiveAswfDagQueryResponse()
public void setDagId(String dagId)
dagId - the dag idpublic String getDagId()
public void setErrorCode(String errorCode)
AlipayResponsesetErrorCode in class AlipayResponseerrorCode - the error codepublic String getErrorCode()
AlipayResponsegetErrorCode in class AlipayResponsepublic void setErrorMsg(String errorMsg)
errorMsg - the error msgpublic String getErrorMsg()
public void setSuccess(Boolean success)
success - the successpublic Boolean getSuccess()
Copyright © 2018. All rights reserved.