@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class ProblemDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COLUMN |
static String |
SERIALIZED_NAME_ELEMENT_IDS |
static String |
SERIALIZED_NAME_LINE |
static String |
SERIALIZED_NAME_MAIN_ELEMENT_ID |
static String |
SERIALIZED_NAME_MESSAGE |
Constructor and Description |
---|
ProblemDto() |
Modifier and Type | Method and Description |
---|---|
ProblemDto |
addElementIdsItem(String elementIdsItem) |
ProblemDto |
column(Integer column) |
ProblemDto |
elementIds(List<String> elementIds) |
boolean |
equals(Object o) |
Integer |
getColumn()
The column where the problem occurred.
|
List<String> |
getElementIds()
A list of element id affected by the problem.
|
Integer |
getLine()
The line where the problem occurred.
|
String |
getMainElementId()
The main element id where the problem occurred.
|
String |
getMessage()
The message of the problem.
|
int |
hashCode() |
ProblemDto |
line(Integer line) |
ProblemDto |
mainElementId(String mainElementId) |
ProblemDto |
message(String message) |
void |
setColumn(Integer column) |
void |
setElementIds(List<String> elementIds) |
void |
setLine(Integer line) |
void |
setMainElementId(String mainElementId) |
void |
setMessage(String message) |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_LINE
public static final String SERIALIZED_NAME_COLUMN
public static final String SERIALIZED_NAME_MAIN_ELEMENT_ID
public static final String SERIALIZED_NAME_ELEMENT_IDS
public ProblemDto message(String message)
public void setMessage(String message)
public ProblemDto line(Integer line)
public void setLine(Integer line)
public ProblemDto column(Integer column)
@Nullable public Integer getColumn()
public void setColumn(Integer column)
public ProblemDto mainElementId(String mainElementId)
@Nullable public String getMainElementId()
public void setMainElementId(String mainElementId)
public ProblemDto elementIds(List<String> elementIds)
public ProblemDto addElementIdsItem(String elementIdsItem)
@Nullable public List<String> getElementIds()
Copyright © 2022. All rights reserved.