@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class TemplateProjection extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CREATED_AT |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_UPDATED_AT |
static String |
SERIALIZED_NAME_VARIABLES |
| Constructor and Description |
|---|
TemplateProjection() |
| Modifier and Type | Method and Description |
|---|---|
TemplateProjection |
addVariablesItem(String variablesItem) |
TemplateProjection |
createdAt(OffsetDateTime createdAt) |
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt()
Get createdAt
|
UUID |
getId()
Get id
|
String |
getName()
Get name
|
OffsetDateTime |
getUpdatedAt()
Get updatedAt
|
List<String> |
getVariables()
Get variables
|
int |
hashCode() |
TemplateProjection |
id(UUID id) |
TemplateProjection |
name(String name) |
void |
setCreatedAt(OffsetDateTime createdAt) |
void |
setId(UUID id) |
void |
setName(String name) |
void |
setUpdatedAt(OffsetDateTime updatedAt) |
void |
setVariables(List<String> variables) |
String |
toString() |
TemplateProjection |
updatedAt(OffsetDateTime updatedAt) |
TemplateProjection |
variables(List<String> variables) |
public static final String SERIALIZED_NAME_CREATED_AT
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_UPDATED_AT
public static final String SERIALIZED_NAME_VARIABLES
public TemplateProjection createdAt(OffsetDateTime createdAt)
public OffsetDateTime getCreatedAt()
public void setCreatedAt(OffsetDateTime createdAt)
public TemplateProjection id(UUID id)
public UUID getId()
public void setId(UUID id)
public TemplateProjection name(String name)
public String getName()
public void setName(String name)
public TemplateProjection updatedAt(OffsetDateTime updatedAt)
public OffsetDateTime getUpdatedAt()
public void setUpdatedAt(OffsetDateTime updatedAt)
public TemplateProjection variables(List<String> variables)
public TemplateProjection addVariablesItem(String variablesItem)
Copyright © 2021. All rights reserved.