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