Package org.openapitools.client.model
Class IdentityServiceGroupDto
- java.lang.Object
-
- org.openapitools.client.model.IdentityServiceGroupDto
-
public class IdentityServiceGroupDto extends Object
IdentityServiceGroupDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAME
-
Constructor Summary
Constructors Constructor Description IdentityServiceGroupDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()The id of the group.StringgetName()The name of the group.inthashCode()IdentityServiceGroupDtoid(String id)IdentityServiceGroupDtoname(String name)voidsetId(String id)voidsetName(String name)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public IdentityServiceGroupDto id(String id)
-
getId
public String getId()
The id of the group.- Returns:
- id
-
setId
public void setId(String id)
-
name
public IdentityServiceGroupDto name(String name)
-
getName
public String getName()
The name of the group.- Returns:
- name
-
setName
public void setName(String name)
-
-