@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+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.
|
String |
getKey()
The key of the field.
|
FieldLastUsed |
getLastUsed()
Get lastUsed
|
String |
getName()
The name of the field.
|
JsonTypeBean |
getSchema()
Get schema
|
Long |
getScreensCount()
Number of screens where the field is used.
|
int |
hashCode() |
Field |
id(String id) |
Field |
isLocked(Boolean isLocked) |
Field |
key(String key) |
Field |
lastUsed(FieldLastUsed lastUsed) |
Field |
name(String name) |
Field |
schema(JsonTypeBean schema) |
Field |
screensCount(Long screensCount) |
void |
setContextsCount(Long contextsCount) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setIsLocked(Boolean isLocked) |
void |
setKey(String key) |
void |
setLastUsed(FieldLastUsed lastUsed) |
void |
setName(String name) |
void |
setSchema(JsonTypeBean schema) |
void |
setScreensCount(Long screensCount) |
String |
toString() |
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public Field schema(JsonTypeBean schema)
public JsonTypeBean getSchema()
public void setSchema(JsonTypeBean schema)
public String getDescription()
public void setDescription(String description)
public String getKey()
public void setKey(String key)
public Boolean getIsLocked()
public void setIsLocked(Boolean isLocked)
public Long getScreensCount()
public void setScreensCount(Long screensCount)
public Long getContextsCount()
public void setContextsCount(Long contextsCount)
public Field lastUsed(FieldLastUsed lastUsed)
public FieldLastUsed getLastUsed()
public void setLastUsed(FieldLastUsed lastUsed)
Copyright © 2011–2021 Everit Kft.. All rights reserved.