@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class InlineResponse4001Fields extends Object
| Constructor and Description |
|---|
InlineResponse4001Fields() |
| 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() |
InlineResponse4001Fields |
localizationKey(String localizationKey) |
InlineResponse4001Fields |
message(String message) |
InlineResponse4001Fields |
path(String path) |
void |
setLocalizationKey(String localizationKey) |
void |
setMessage(String message) |
void |
setPath(String path) |
String |
toString() |
public InlineResponse4001Fields path(String path)
public String getPath()
public void setPath(String path)
public InlineResponse4001Fields message(String message)
public String getMessage()
public void setMessage(String message)
public InlineResponse4001Fields localizationKey(String localizationKey)
public String getLocalizationKey()
public void setLocalizationKey(String localizationKey)
Copyright © 2020. All rights reserved.