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