@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2022-10-17T11:38:41.655-04:00[America/New_York]") public class SetLinks extends Object
| Constructor and Description |
|---|
SetLinks() |
| Modifier and Type | Method and Description |
|---|---|
SetLinks |
addExceptionsItem(APIServerException exceptionsItem) |
SetLinks |
addOtherEntryIdsItem(Integer otherEntryIdsItem) |
boolean |
equals(Object o) |
SetLinks |
exceptions(List<APIServerException> exceptions) |
List<APIServerException> |
getExceptions() |
List<Integer> |
getOtherEntryIds() |
int |
hashCode() |
SetLinks |
otherEntryIds(List<Integer> otherEntryIds) |
void |
setExceptions(List<APIServerException> exceptions) |
void |
setOtherEntryIds(List<Integer> otherEntryIds) |
String |
toString() |
public SetLinks exceptions(List<APIServerException> exceptions)
public SetLinks addExceptionsItem(APIServerException exceptionsItem)
public List<APIServerException> getExceptions()
public void setExceptions(List<APIServerException> exceptions)
Copyright © 2022. All rights reserved.