@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class SetTemplate extends Object
| Constructor and Description |
|---|
SetTemplate() |
| Modifier and Type | Method and Description |
|---|---|
SetTemplate |
addExceptionsItem(APIServerException exceptionsItem) |
boolean |
equals(Object o) |
SetTemplate |
exceptions(List<APIServerException> exceptions) |
List<APIServerException> |
getExceptions()
Returns the list of exceptions that occured when trying to perform the operation.
|
String |
getTemplate()
Returns the name of the template assigned to the entry.
|
int |
hashCode() |
void |
setExceptions(List<APIServerException> exceptions) |
void |
setTemplate(String template) |
SetTemplate |
template(String template) |
String |
toString() |
public SetTemplate exceptions(List<APIServerException> exceptions)
public SetTemplate addExceptionsItem(APIServerException exceptionsItem)
public List<APIServerException> getExceptions()
public void setExceptions(List<APIServerException> exceptions)
public SetTemplate template(String template)
public String getTemplate()
public void setTemplate(String template)
Copyright © 2025. All rights reserved.