@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-20T16:55:24.304297906Z[Etc/UTC]",
comments="Generator version: 7.7.0")
public class ConfigSettingValuesModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigSettingValuesModel.CustomTypeAdapterFactory |
| Modifier and Type | Field and Description |
|---|---|
static java.util.HashSet<java.lang.String> |
openapiFields |
static java.util.HashSet<java.lang.String> |
openapiRequiredFields |
static java.lang.String |
SERIALIZED_NAME_CONFIG |
static java.lang.String |
SERIALIZED_NAME_ENVIRONMENT |
static java.lang.String |
SERIALIZED_NAME_FEATURE_FLAG_LIMITATIONS |
static java.lang.String |
SERIALIZED_NAME_READ_ONLY |
static java.lang.String |
SERIALIZED_NAME_SETTING_VALUES |
| Constructor and Description |
|---|
ConfigSettingValuesModel() |
| Modifier and Type | Method and Description |
|---|---|
ConfigSettingValuesModel |
addSettingValuesItem(ConfigSettingValueModel settingValuesItem) |
ConfigSettingValuesModel |
config(ConfigModel config) |
ConfigSettingValuesModel |
environment(EnvironmentModel environment) |
boolean |
equals(java.lang.Object o) |
ConfigSettingValuesModel |
featureFlagLimitations(FeatureFlagLimitations featureFlagLimitations) |
static ConfigSettingValuesModel |
fromJson(java.lang.String jsonString)
Create an instance of ConfigSettingValuesModel given an JSON string
|
java.util.Map<java.lang.String,java.lang.Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
java.lang.Object |
getAdditionalProperty(java.lang.String key)
Return the additional (undeclared) property with the specified name.
|
ConfigModel |
getConfig()
Get config
|
EnvironmentModel |
getEnvironment()
Get environment
|
FeatureFlagLimitations |
getFeatureFlagLimitations()
Get featureFlagLimitations
|
java.lang.Boolean |
getReadOnly()
Get readOnly
|
java.util.List<ConfigSettingValueModel> |
getSettingValues()
Get settingValues
|
int |
hashCode() |
ConfigSettingValuesModel |
putAdditionalProperty(java.lang.String key,
java.lang.Object value)
Set the additional (undeclared) property with the specified name and value.
|
ConfigSettingValuesModel |
readOnly(java.lang.Boolean readOnly) |
void |
setConfig(ConfigModel config) |
void |
setEnvironment(EnvironmentModel environment) |
void |
setFeatureFlagLimitations(FeatureFlagLimitations featureFlagLimitations) |
void |
setReadOnly(java.lang.Boolean readOnly) |
void |
setSettingValues(java.util.List<ConfigSettingValueModel> settingValues) |
ConfigSettingValuesModel |
settingValues(java.util.List<ConfigSettingValueModel> settingValues) |
java.lang.String |
toJson()
Convert an instance of ConfigSettingValuesModel to an JSON string
|
java.lang.String |
toString() |
static void |
validateJsonElement(com.google.gson.JsonElement jsonElement)
Validates the JSON Element and throws an exception if issues found
|
public static final java.lang.String SERIALIZED_NAME_CONFIG
public static final java.lang.String SERIALIZED_NAME_ENVIRONMENT
public static final java.lang.String SERIALIZED_NAME_READ_ONLY
public static final java.lang.String SERIALIZED_NAME_SETTING_VALUES
public static final java.lang.String SERIALIZED_NAME_FEATURE_FLAG_LIMITATIONS
public static java.util.HashSet<java.lang.String> openapiFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
public ConfigSettingValuesModel config(ConfigModel config)
@Nullable public ConfigModel getConfig()
public void setConfig(ConfigModel config)
public ConfigSettingValuesModel environment(EnvironmentModel environment)
@Nullable public EnvironmentModel getEnvironment()
public void setEnvironment(EnvironmentModel environment)
public ConfigSettingValuesModel readOnly(java.lang.Boolean readOnly)
@Nullable public java.lang.Boolean getReadOnly()
public void setReadOnly(java.lang.Boolean readOnly)
public ConfigSettingValuesModel settingValues(java.util.List<ConfigSettingValueModel> settingValues)
public ConfigSettingValuesModel addSettingValuesItem(ConfigSettingValueModel settingValuesItem)
@Nullable public java.util.List<ConfigSettingValueModel> getSettingValues()
public void setSettingValues(java.util.List<ConfigSettingValueModel> settingValues)
public ConfigSettingValuesModel featureFlagLimitations(FeatureFlagLimitations featureFlagLimitations)
@Nullable public FeatureFlagLimitations getFeatureFlagLimitations()
public void setFeatureFlagLimitations(FeatureFlagLimitations featureFlagLimitations)
public ConfigSettingValuesModel putAdditionalProperty(java.lang.String key, java.lang.Object value)
key - name of the propertyvalue - value of the propertypublic java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
public java.lang.Object getAdditionalProperty(java.lang.String key)
key - name of the propertypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic static void validateJsonElement(com.google.gson.JsonElement jsonElement)
throws java.io.IOException
jsonElement - JSON Elementjava.io.IOException - if the JSON Element is invalid with respect to ConfigSettingValuesModelpublic static ConfigSettingValuesModel fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to ConfigSettingValuesModelpublic java.lang.String toJson()