public class ISVLogSync extends AlipayObject
| Constructor and Description |
|---|
ISVLogSync() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplication()
Gets application.
|
String |
getErrorCode()
Gets error code.
|
String |
getErrorMsg()
Gets error msg.
|
String |
getExceptionStackTrace()
Gets exception stack trace.
|
String |
getExecutionMillis()
Gets execution millis.
|
String |
getInterfaceName()
Gets interface name.
|
String |
getSuccess()
Gets success.
|
String |
getSyncType()
Gets sync type.
|
String |
getTimestamp()
Gets timestamp.
|
void |
setApplication(String application)
Sets application.
|
void |
setErrorCode(String errorCode)
Sets error code.
|
void |
setErrorMsg(String errorMsg)
Sets error msg.
|
void |
setExceptionStackTrace(String exceptionStackTrace)
Sets exception stack trace.
|
void |
setExecutionMillis(String executionMillis)
Sets execution millis.
|
void |
setInterfaceName(String interfaceName)
Sets interface name.
|
void |
setSuccess(String success)
Sets success.
|
void |
setSyncType(String syncType)
Sets sync type.
|
void |
setTimestamp(String timestamp)
Sets timestamp.
|
public String getApplication()
public void setApplication(String application)
application - the applicationpublic String getErrorCode()
public void setErrorCode(String errorCode)
errorCode - the error codepublic String getErrorMsg()
public void setErrorMsg(String errorMsg)
errorMsg - the error msgpublic String getExceptionStackTrace()
public void setExceptionStackTrace(String exceptionStackTrace)
exceptionStackTrace - the exception stack tracepublic String getExecutionMillis()
public void setExecutionMillis(String executionMillis)
executionMillis - the execution millispublic String getInterfaceName()
public void setInterfaceName(String interfaceName)
interfaceName - the interface namepublic String getSuccess()
public void setSuccess(String success)
success - the successpublic String getSyncType()
public void setSyncType(String syncType)
syncType - the sync typepublic String getTimestamp()
public void setTimestamp(String timestamp)
timestamp - the timestampCopyright © 2018. All rights reserved.