@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:43.813+01:00[Europe/Prague]") public class Field extends Object
| Constructor and Description |
|---|
Field() |
| Modifier and Type | Method and Description |
|---|---|
Field |
contextsCount(Long contextsCount) |
Field |
description(String description) |
boolean |
equals(Object o) |
Long |
getContextsCount()
Number of contexts where the field is used.
|
String |
getDescription()
The description of the field.
|
String |
getId()
The ID of the field.
|
Boolean |
getIsLocked()
Whether the field is locked.
|
Boolean |
getIsUnscreenable()
Whether the field is shown on screen or not.
|
String |
getKey()
The key of the field.
|
FieldLastUsed |
getLastUsed()
Get lastUsed
|
String |
getName()
The name of the field.
|
Long |
getProjectsCount()
Number of projects where the field is used.
|
JsonTypeBean |
getSchema()
Get schema
|
Long |
getScreensCount()
Number of screens where the field is used.
|
String |
getSearcherKey()
The searcher key of the field.
|
int |
hashCode() |
Field |
id(String id) |
Field |
isLocked(Boolean isLocked) |
Field |
isUnscreenable(Boolean isUnscreenable) |
Field |
key(String key) |
Field |
lastUsed(FieldLastUsed lastUsed) |
Field |
name(String name) |
Field |
projectsCount(Long projectsCount) |
Field |
schema(JsonTypeBean schema) |
Field |
screensCount(Long screensCount) |
Field |
searcherKey(String searcherKey) |
void |
setContextsCount(Long contextsCount) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setIsLocked(Boolean isLocked) |
void |
setIsUnscreenable(Boolean isUnscreenable) |
void |
setKey(String key) |
void |
setLastUsed(FieldLastUsed lastUsed) |
void |
setName(String name) |
void |
setProjectsCount(Long projectsCount) |
void |
setSchema(JsonTypeBean schema) |
void |
setScreensCount(Long screensCount) |
void |
setSearcherKey(String searcherKey) |
String |
toString() |
public Long getContextsCount()
public void setContextsCount(Long contextsCount)
public String getDescription()
public void setDescription(String description)
public String getId()
public void setId(String id)
public Boolean getIsLocked()
public void setIsLocked(Boolean isLocked)
public Boolean getIsUnscreenable()
public void setIsUnscreenable(Boolean isUnscreenable)
public String getKey()
public void setKey(String key)
public Field lastUsed(FieldLastUsed lastUsed)
public FieldLastUsed getLastUsed()
public void setLastUsed(FieldLastUsed lastUsed)
public String getName()
public void setName(String name)
public Long getProjectsCount()
public void setProjectsCount(Long projectsCount)
public Field schema(JsonTypeBean schema)
public JsonTypeBean getSchema()
public void setSchema(JsonTypeBean schema)
public Long getScreensCount()
public void setScreensCount(Long screensCount)
public String getSearcherKey()
public void setSearcherKey(String searcherKey)
Copyright © 2011–2023 Everit Kft.. All rights reserved.