Package io.prismacloud.iac.jenkins.dto
Class ErrorDetail
- java.lang.Object
-
- io.prismacloud.iac.jenkins.dto.ErrorDetail
-
public class ErrorDetail extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getApiErrorMessageList()
String
getApiErrorStatus()
void
setApiErrorMessageList(List<String> apiErrorMessageList)
void
setApiErrorStatus(String apiErrorStatus)
-