Class ConfigurationAnalysisDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ConfigurationAnalysisDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ConfigurationAnalysisDTO
extends Object
ConfigurationAnalysisDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponentId
(String componentId) boolean
The ID of the componentThe configured properties for the componentThe attributes that are referenced by the properties, mapped to recently used valuesint
hashCode()
Whether or not the component supports verificationproperties
(Map<String, String> properties) putPropertiesItem
(String key, String propertiesItem) putReferencedAttributesItem
(String key, String referencedAttributesItem) referencedAttributes
(Map<String, String> referencedAttributes) void
setComponentId
(String componentId) void
setProperties
(Map<String, String> properties) void
setReferencedAttributes
(Map<String, String> referencedAttributes) void
setSupportsVerification
(Boolean supportsVerification) supportsVerification
(Boolean supportsVerification) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
componentId
-
properties
-
referencedAttributes
-
supportsVerification
-
-
Constructor Details
-
ConfigurationAnalysisDTO
public ConfigurationAnalysisDTO()
-
-
Method Details
-
componentId
-
getComponentId
The ID of the component- Returns:
- componentId
-
setComponentId
-
properties
-
putPropertiesItem
-
getProperties
The configured properties for the component- Returns:
- properties
-
setProperties
-
referencedAttributes
-
putReferencedAttributesItem
public ConfigurationAnalysisDTO putReferencedAttributesItem(String key, String referencedAttributesItem) -
getReferencedAttributes
The attributes that are referenced by the properties, mapped to recently used values- Returns:
- referencedAttributes
-
setReferencedAttributes
-
supportsVerification
-
isSupportsVerification
Whether or not the component supports verification- Returns:
- supportsVerification
-
setSupportsVerification
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-