Package org.camunda.bpm.engine.rest.dto
Class ProblemDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.ProblemDto
-
-
Field Summary
Fields Modifier and Type Field Description protected int
column
protected int
line
protected String
mainElementId
protected String
message
protected List<String>
еlementIds
-
Constructor Summary
Constructors Constructor Description ProblemDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProblemDto
fromProblem(Problem problem)
int
getColumn()
int
getLine()
String
getMainElementId()
String
getMessage()
List<String>
getЕlementIds()
void
setColumn(int column)
void
setLine(int line)
void
setMainElementId(String mainElementId)
void
setMessage(String errorMessage)
void
setЕlementIds(List<String> elementIds)
-
-
-
Method Detail
-
fromProblem
public static ProblemDto fromProblem(Problem problem)
-
getMessage
public String getMessage()
-
setMessage
public void setMessage(String errorMessage)
-
getLine
public int getLine()
-
setLine
public void setLine(int line)
-
getColumn
public int getColumn()
-
setColumn
public void setColumn(int column)
-
getMainElementId
public String getMainElementId()
-
setMainElementId
public void setMainElementId(String mainElementId)
-
-