@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-02-27T12:49:40.999Z") public class InlineResponse400Fields extends Object
| Constructor and Description |
|---|
InlineResponse400Fields() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getLocalizationKey()
Localized Key Name
|
String |
getMessage()
Error description about validation failed field
|
String |
getPath()
Path of the failed property
|
int |
hashCode() |
InlineResponse400Fields |
localizationKey(String localizationKey) |
InlineResponse400Fields |
message(String message) |
InlineResponse400Fields |
path(String path) |
void |
setLocalizationKey(String localizationKey) |
void |
setMessage(String message) |
void |
setPath(String path) |
String |
toString() |
public InlineResponse400Fields path(String path)
public String getPath()
public void setPath(String path)
public InlineResponse400Fields message(String message)
public String getMessage()
public void setMessage(String message)
public InlineResponse400Fields localizationKey(String localizationKey)
public String getLocalizationKey()
public void setLocalizationKey(String localizationKey)
Copyright © 2019. All rights reserved.