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