public class InlineResponse200Errors extends Object
| Constructor | Description |
|---|---|
InlineResponse200Errors() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
List<InlineResponse200Details> |
getDetails() |
Get details
|
String |
getMessage() |
The detailed message related to the type.
|
String |
getType() |
The type of error.
|
int |
hashCode() |
|
InlineResponse200Errors |
message(String message) |
|
void |
setMessage(String message) |
|
void |
setType(String type) |
|
String |
toString() |
|
InlineResponse200Errors |
type(String type) |
public InlineResponse200Errors type(String type)
public String getType()
public void setType(String type)
public InlineResponse200Errors message(String message)
public String getMessage()
public void setMessage(String message)
public List<InlineResponse200Details> getDetails()
Copyright © 2026. All rights reserved.