@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class ApplicationProperty extends Object
| Constructor and Description |
|---|
ApplicationProperty() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationProperty |
addAllowedValuesItem(String allowedValuesItem) |
ApplicationProperty |
allowedValues(List<String> allowedValues) |
ApplicationProperty |
defaultValue(String defaultValue) |
ApplicationProperty |
desc(String desc) |
boolean |
equals(Object o) |
ApplicationProperty |
example(String example) |
List<String> |
getAllowedValues()
The allowed values, if applicable.
|
String |
getDefaultValue()
The default value of the application property.
|
String |
getDesc()
The description of the application property.
|
String |
getExample()
Get example
|
String |
getId()
The ID of the application property.
|
String |
getKey()
The key of the application property.
|
String |
getName()
The name of the application property.
|
String |
getType()
The data type of the application property.
|
String |
getValue()
The new value.
|
int |
hashCode() |
ApplicationProperty |
id(String id) |
ApplicationProperty |
key(String key) |
ApplicationProperty |
name(String name) |
void |
setAllowedValues(List<String> allowedValues) |
void |
setDefaultValue(String defaultValue) |
void |
setDesc(String desc) |
void |
setExample(String example) |
void |
setId(String id) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setType(String type) |
void |
setValue(String value) |
String |
toString() |
ApplicationProperty |
type(String type) |
ApplicationProperty |
value(String value) |
public ApplicationProperty id(String id)
public String getId()
public void setId(String id)
public ApplicationProperty key(String key)
public String getKey()
public void setKey(String key)
public ApplicationProperty value(String value)
public String getValue()
public void setValue(String value)
public ApplicationProperty name(String name)
public String getName()
public void setName(String name)
public ApplicationProperty desc(String desc)
public String getDesc()
public void setDesc(String desc)
public ApplicationProperty type(String type)
public String getType()
public void setType(String type)
public ApplicationProperty defaultValue(String defaultValue)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public ApplicationProperty example(String example)
public String getExample()
public void setExample(String example)
public ApplicationProperty allowedValues(List<String> allowedValues)
public ApplicationProperty addAllowedValuesItem(String allowedValuesItem)
public List<String> getAllowedValues()
Copyright © 2011–2021 Everit Kft.. All rights reserved.