@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-08-01T11:09:52.870Z[Etc/UTC]") public class ValidationError extends Object
| Constructor and Description |
|---|
ValidationError() |
| Modifier and Type | Method and Description |
|---|---|
ValidationError |
addLocItem(AnyOfValidationErrorLocItems locItem) |
boolean |
equals(Object o) |
List<AnyOfValidationErrorLocItems> |
getLoc()
Get loc
|
String |
getMsg()
Get msg
|
String |
getType()
Get type
|
int |
hashCode() |
ValidationError |
loc(List<AnyOfValidationErrorLocItems> loc) |
ValidationError |
msg(String msg) |
void |
setLoc(List<AnyOfValidationErrorLocItems> loc) |
void |
setMsg(String msg) |
void |
setType(String type) |
String |
toString() |
ValidationError |
type(String type) |
public ValidationError loc(List<AnyOfValidationErrorLocItems> loc)
public ValidationError addLocItem(AnyOfValidationErrorLocItems locItem)
public List<AnyOfValidationErrorLocItems> getLoc()
public void setLoc(List<AnyOfValidationErrorLocItems> loc)
public ValidationError msg(String msg)
public String getMsg()
public void setMsg(String msg)
public ValidationError type(String type)
public String getType()
public void setType(String type)
Copyright © 2023 Amikos Tech OOD. All rights reserved.