Package org.openapitools.client.model
Class GroupDto
- java.lang.Object
-
- org.openapitools.client.model.GroupDto
-
public class GroupDto extends Object
GroupDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description GroupDto()
-
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.StringgetType()The type of the group.inthashCode()GroupDtoid(String id)GroupDtoname(String name)voidsetId(String id)voidsetName(String name)voidsetType(String type)StringtoString()GroupDtotype(String type)
-
-
-
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
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
The id of the group.- Returns:
- id
-
setId
public void setId(String id)
-
getName
public String getName()
The name of the group.- Returns:
- name
-
setName
public void setName(String name)
-
getType
public String getType()
The type of the group.- Returns:
- type
-
setType
public void setType(String type)
-
-