@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class GroupProjection extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
GroupProjection() |
| Modifier and Type | Method and Description |
|---|---|
GroupProjection |
createdAt(OffsetDateTime createdAt) |
GroupProjection |
description(String description) |
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt()
Get createdAt
|
String |
getDescription()
Get description
|
UUID |
getId()
Get id
|
String |
getName()
Get name
|
int |
hashCode() |
GroupProjection |
id(UUID id) |
GroupProjection |
name(String name) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setDescription(String description) |
void |
setId(UUID id) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_DESCRIPTION
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public GroupProjection createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public GroupProjection description(String description)
public void setDescription(String description)
public GroupProjection id(UUID id)
public UUID getId()
public void setId(UUID id)
public GroupProjection name(String name)
public String getName()
public void setName(String name)
Copyright © 2021. All rights reserved.