public class InlineResponse200Responses extends Object
| Constructor | Description |
|---|---|
InlineResponse200Responses() |
| Modifier and Type | Method | Description |
|---|---|---|
InlineResponse200Responses |
addErrorsItem(InlineResponse200Errors errorsItem) |
|
boolean |
equals(Object o) |
|
InlineResponse200Responses |
errors(List<InlineResponse200Errors> errors) |
|
List<InlineResponse200Errors> |
getErrors() |
Get errors
|
Integer |
getHttpStatus() |
Http status associated with the response.
|
String |
getId() |
TMS token id associated with the response.
|
String |
getResource() |
TMS token type associated with the response.
|
int |
hashCode() |
|
InlineResponse200Responses |
httpStatus(Integer httpStatus) |
|
InlineResponse200Responses |
id(String id) |
|
InlineResponse200Responses |
resource(String resource) |
|
void |
setErrors(List<InlineResponse200Errors> errors) |
|
void |
setHttpStatus(Integer httpStatus) |
|
void |
setId(String id) |
|
void |
setResource(String resource) |
|
String |
toString() |
public InlineResponse200Responses resource(String resource)
public String getResource()
public void setResource(String resource)
public InlineResponse200Responses httpStatus(Integer httpStatus)
public Integer getHttpStatus()
public void setHttpStatus(Integer httpStatus)
public InlineResponse200Responses id(String id)
public String getId()
public void setId(String id)
public InlineResponse200Responses errors(List<InlineResponse200Errors> errors)
public InlineResponse200Responses addErrorsItem(InlineResponse200Errors errorsItem)
public List<InlineResponse200Errors> getErrors()
public void setErrors(List<InlineResponse200Errors> errors)
Copyright © 2026. All rights reserved.