@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2022-10-17T11:38:41.655-04:00[America/New_York]") 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() |
String |
getTemplate() |
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 © 2022. All rights reserved.