Class IntegrationLinkDetail
- java.lang.Object
-
- com.configcat.publicapi.java.client.model.IntegrationLinkDetail
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-11-14T09:20:16.892643418Z[Etc/UTC]", comments="Generator version: 7.7.0") public class IntegrationLinkDetail extends java.lang.ObjectIntegrationLinkDetail
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntegrationLinkDetail.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static java.util.HashSet<java.lang.String>openapiFieldsstatic java.util.HashSet<java.lang.String>openapiRequiredFieldsstatic java.lang.StringSERIALIZED_NAME_CONFIGstatic java.lang.StringSERIALIZED_NAME_ENVIRONMENTstatic java.lang.StringSERIALIZED_NAME_PRODUCTstatic java.lang.StringSERIALIZED_NAME_READ_ONLYstatic java.lang.StringSERIALIZED_NAME_SETTINGstatic java.lang.StringSERIALIZED_NAME_STATUS
-
Constructor Summary
Constructors Constructor Description IntegrationLinkDetail()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationLinkDetailconfig(ConfigModel config)IntegrationLinkDetailenvironment(EnvironmentModel environment)booleanequals(java.lang.Object o)static IntegrationLinkDetailfromJson(java.lang.String jsonString)Create an instance of IntegrationLinkDetail given an JSON stringjava.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()Return the additional (undeclared) property.java.lang.ObjectgetAdditionalProperty(java.lang.String key)Return the additional (undeclared) property with the specified name.ConfigModelgetConfig()Get configEnvironmentModelgetEnvironment()Get environmentProductModelgetProduct()Get productjava.lang.BooleangetReadOnly()Get readOnlySettingDataModelgetSetting()Get settingjava.lang.StringgetStatus()Get statusinthashCode()IntegrationLinkDetailproduct(ProductModel product)IntegrationLinkDetailputAdditionalProperty(java.lang.String key, java.lang.Object value)Set the additional (undeclared) property with the specified name and value.IntegrationLinkDetailreadOnly(java.lang.Boolean readOnly)voidsetConfig(ConfigModel config)voidsetEnvironment(EnvironmentModel environment)voidsetProduct(ProductModel product)voidsetReadOnly(java.lang.Boolean readOnly)voidsetSetting(SettingDataModel setting)voidsetStatus(java.lang.String status)IntegrationLinkDetailsetting(SettingDataModel setting)IntegrationLinkDetailstatus(java.lang.String status)java.lang.StringtoJson()Convert an instance of IntegrationLinkDetail to an JSON stringjava.lang.StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_PRODUCT
public static final java.lang.String SERIALIZED_NAME_PRODUCT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CONFIG
public static final java.lang.String SERIALIZED_NAME_CONFIG
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ENVIRONMENT
public static final java.lang.String SERIALIZED_NAME_ENVIRONMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SETTING
public static final java.lang.String SERIALIZED_NAME_SETTING
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_READ_ONLY
public static final java.lang.String SERIALIZED_NAME_READ_ONLY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final java.lang.String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
openapiFields
public static java.util.HashSet<java.lang.String> openapiFields
-
openapiRequiredFields
public static java.util.HashSet<java.lang.String> openapiRequiredFields
-
-
Method Detail
-
product
public IntegrationLinkDetail product(ProductModel product)
-
getProduct
@Nonnull public ProductModel getProduct()
Get product- Returns:
- product
-
setProduct
public void setProduct(ProductModel product)
-
config
public IntegrationLinkDetail config(ConfigModel config)
-
getConfig
@Nonnull public ConfigModel getConfig()
Get config- Returns:
- config
-
setConfig
public void setConfig(ConfigModel config)
-
environment
public IntegrationLinkDetail environment(EnvironmentModel environment)
-
getEnvironment
@Nonnull public EnvironmentModel getEnvironment()
Get environment- Returns:
- environment
-
setEnvironment
public void setEnvironment(EnvironmentModel environment)
-
setting
public IntegrationLinkDetail setting(SettingDataModel setting)
-
getSetting
@Nonnull public SettingDataModel getSetting()
Get setting- Returns:
- setting
-
setSetting
public void setSetting(SettingDataModel setting)
-
readOnly
public IntegrationLinkDetail readOnly(java.lang.Boolean readOnly)
-
getReadOnly
@Nonnull public java.lang.Boolean getReadOnly()
Get readOnly- Returns:
- readOnly
-
setReadOnly
public void setReadOnly(java.lang.Boolean readOnly)
-
status
public IntegrationLinkDetail status(java.lang.String status)
-
getStatus
@Nonnull public java.lang.String getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(java.lang.String status)
-
putAdditionalProperty
public IntegrationLinkDetail putAdditionalProperty(java.lang.String key, java.lang.Object value)
Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.- Parameters:
key- name of the propertyvalue- value of the property- Returns:
- the IntegrationLinkDetail instance itself
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
Return the additional (undeclared) property.- Returns:
- a map of objects
-
getAdditionalProperty
public java.lang.Object getAdditionalProperty(java.lang.String key)
Return the additional (undeclared) property with the specified name.- Parameters:
key- name of the property- Returns:
- an object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws java.io.IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
java.io.IOException- if the JSON Element is invalid with respect to IntegrationLinkDetail
-
fromJson
public static IntegrationLinkDetail fromJson(java.lang.String jsonString) throws java.io.IOException
Create an instance of IntegrationLinkDetail given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of IntegrationLinkDetail
- Throws:
java.io.IOException- if the JSON string is invalid with respect to IntegrationLinkDetail
-
toJson
public java.lang.String toJson()
Convert an instance of IntegrationLinkDetail to an JSON string- Returns:
- JSON string
-
-