@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") 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()
Returns the id of the created entry.
|
List<APIServerException> |
getExceptions()
Returns the list of exceptions that occured when trying to perform the operation.
|
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 © 2025. All rights reserved.