@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class TemplateDefinition extends Object
| Constructor and Description |
|---|
TemplateDefinition() |
| Modifier and Type | Method and Description |
|---|---|
TemplateDefinition |
color(LFColor color) |
TemplateDefinition |
description(String description) |
TemplateDefinition |
displayName(String displayName) |
boolean |
equals(Object o) |
TemplateDefinition |
fieldCount(Integer fieldCount) |
LFColor |
getColor()
Returns color
|
String |
getDescription()
Returns the description of the template definition.
|
String |
getDisplayName()
Returns the localized name of the template definition.
|
Integer |
getFieldCount()
Returns the number of field definitions assigned to the template definition.
|
Integer |
getId()
Returns the ID of the template definition.
|
String |
getName()
Returns the name of the template definition.
|
int |
hashCode() |
TemplateDefinition |
id(Integer id) |
TemplateDefinition |
name(String name) |
void |
setColor(LFColor color) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setFieldCount(Integer fieldCount) |
void |
setId(Integer id) |
void |
setName(String name) |
String |
toString() |
public TemplateDefinition id(Integer id)
public Integer getId()
public void setId(Integer id)
public TemplateDefinition name(String name)
public String getName()
public void setName(String name)
public TemplateDefinition displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public TemplateDefinition description(String description)
public String getDescription()
public void setDescription(String description)
public TemplateDefinition color(LFColor color)
public LFColor getColor()
public void setColor(LFColor color)
public TemplateDefinition fieldCount(Integer fieldCount)
public Integer getFieldCount()
public void setFieldCount(Integer fieldCount)
Copyright © 2025. All rights reserved.