@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-10-09T12:38:06.739118192Z[Etc/UTC]",
comments="Generator version: 7.7.0")
public class ConfigSettingFormulasModel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigSettingFormulasModel.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_FORMULAS |
| Constructor and Description |
|---|
ConfigSettingFormulasModel() |
| Modifier and Type | Method and Description |
|---|---|
ConfigSettingFormulasModel |
addSettingFormulasItem(ConfigSettingFormulaModel settingFormulasItem) |
ConfigSettingFormulasModel |
config(ConfigModel config) |
ConfigSettingFormulasModel |
environment(EnvironmentModel environment) |
boolean |
equals(java.lang.Object o) |
ConfigSettingFormulasModel |
featureFlagLimitations(FeatureFlagLimitations featureFlagLimitations) |
static ConfigSettingFormulasModel |
fromJson(java.lang.String jsonString)
Create an instance of ConfigSettingFormulasModel given an JSON string
|
ConfigModel |
getConfig()
Get config
|
EnvironmentModel |
getEnvironment()
Get environment
|
FeatureFlagLimitations |
getFeatureFlagLimitations()
Get featureFlagLimitations
|
java.lang.Boolean |
getReadOnly()
Get readOnly
|
java.util.List<ConfigSettingFormulaModel> |
getSettingFormulas()
Evaluation descriptors of each updated Feature Flag and Setting.
|
int |
hashCode() |
ConfigSettingFormulasModel |
readOnly(java.lang.Boolean readOnly) |
void |
setConfig(ConfigModel config) |
void |
setEnvironment(EnvironmentModel environment) |
void |
setFeatureFlagLimitations(FeatureFlagLimitations featureFlagLimitations) |
void |
setReadOnly(java.lang.Boolean readOnly) |
void |
setSettingFormulas(java.util.List<ConfigSettingFormulaModel> settingFormulas) |
ConfigSettingFormulasModel |
settingFormulas(java.util.List<ConfigSettingFormulaModel> settingFormulas) |
java.lang.String |
toJson()
Convert an instance of ConfigSettingFormulasModel 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_FORMULAS
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 ConfigSettingFormulasModel config(ConfigModel config)
@Nullable public ConfigModel getConfig()
public void setConfig(ConfigModel config)
public ConfigSettingFormulasModel environment(EnvironmentModel environment)
@Nullable public EnvironmentModel getEnvironment()
public void setEnvironment(EnvironmentModel environment)
public ConfigSettingFormulasModel readOnly(java.lang.Boolean readOnly)
@Nullable public java.lang.Boolean getReadOnly()
public void setReadOnly(java.lang.Boolean readOnly)
public ConfigSettingFormulasModel settingFormulas(java.util.List<ConfigSettingFormulaModel> settingFormulas)
public ConfigSettingFormulasModel addSettingFormulasItem(ConfigSettingFormulaModel settingFormulasItem)
@Nullable public java.util.List<ConfigSettingFormulaModel> getSettingFormulas()
public void setSettingFormulas(java.util.List<ConfigSettingFormulaModel> settingFormulas)
public ConfigSettingFormulasModel featureFlagLimitations(FeatureFlagLimitations featureFlagLimitations)
@Nullable public FeatureFlagLimitations getFeatureFlagLimitations()
public void setFeatureFlagLimitations(FeatureFlagLimitations featureFlagLimitations)
public 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 ConfigSettingFormulasModelpublic static ConfigSettingFormulasModel fromJson(java.lang.String jsonString) throws java.io.IOException
jsonString - JSON stringjava.io.IOException - if the JSON string is invalid with respect to ConfigSettingFormulasModelpublic java.lang.String toJson()