@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class GroupDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
GroupDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getId()
The id of the group.
|
String |
getName()
The name of the group.
|
String |
getType()
The type of the group.
|
int |
hashCode() |
GroupDto |
id(String id) |
GroupDto |
name(String name) |
void |
setId(String id) |
void |
setName(String name) |
void |
setType(String type) |
String |
toString() |
GroupDto |
type(String type) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_TYPE
Copyright © 2022. All rights reserved.