Class DeploymentErrorResponseObject
- java.lang.Object
-
- com.liveperson.faas.response.lambda.DeploymentErrorResponseObject
-
public class DeploymentErrorResponseObject extends Object
-
-
Constructor Summary
Constructors Constructor Description DeploymentErrorResponseObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetErrorCode()List<ErrorLogResponseObject>getErrorLogs()StringgetErrorMsg()inthashCode()voidsetErrorCode(String errorCode)voidsetErrorLogs(List<ErrorLogResponseObject> errorLogs)voidsetErrorMsg(String errorMsg)StringtoString()
-
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
-
setErrorCode
public void setErrorCode(String errorCode)
-
getErrorMsg
public String getErrorMsg()
-
setErrorMsg
public void setErrorMsg(String errorMsg)
-
getErrorLogs
public List<ErrorLogResponseObject> getErrorLogs()
-
setErrorLogs
public void setErrorLogs(List<ErrorLogResponseObject> errorLogs)
-
-