Class ParameterDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ParameterDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ParameterDTO
extends Object
ParameterDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private Boolean
private String
private ParameterContextReferenceEntity
private Boolean
private List
<AffectedComponentEntity> private Boolean
private String
private Boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddReferencingComponentsItem
(AffectedComponentEntity referencingComponentsItem) description
(String description) boolean
The description of the ParametergetName()
The name of the ParameterGet parameterContextThe set of all components in the flow that are referencing this ParametergetValue()
The value of the Parameterint
hashCode()
Whether or not the Parameter is inherited from another contextWhether or not the Parameter is provided by a ParameterProviderWhether or not the Parameter is sensitiveWhether or not the value of the Parameter was removed.parameterContext
(ParameterContextReferenceEntity parameterContext) referencingComponents
(List<AffectedComponentEntity> referencingComponents) void
setDescription
(String description) void
void
setParameterContext
(ParameterContextReferenceEntity parameterContext) void
setProvided
(Boolean provided) void
setReferencingComponents
(List<AffectedComponentEntity> referencingComponents) void
setSensitive
(Boolean sensitive) void
void
setValueRemoved
(Boolean valueRemoved) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
valueRemoved
(Boolean valueRemoved)
-
Field Details
-
name
-
description
-
sensitive
-
value
-
valueRemoved
-
provided
-
referencingComponents
-
parameterContext
-
inherited
-
-
Constructor Details
-
ParameterDTO
public ParameterDTO()
-
-
Method Details
-
name
-
getName
The name of the Parameter- Returns:
- name
-
setName
-
description
-
getDescription
The description of the Parameter- Returns:
- description
-
setDescription
-
sensitive
-
isSensitive
Whether or not the Parameter is sensitive- Returns:
- sensitive
-
setSensitive
-
value
-
getValue
The value of the Parameter- Returns:
- value
-
setValue
-
valueRemoved
-
isValueRemoved
Whether or not the value of the Parameter was removed. When a request is made to change a parameter, the value may be null. The absence of the value may be used either to indicate that the value is not to be changed, or that the value is to be set to null (i.e., removed). This denotes which of the two scenarios is being encountered.- Returns:
- valueRemoved
-
setValueRemoved
-
provided
-
isProvided
Whether or not the Parameter is provided by a ParameterProvider- Returns:
- provided
-
setProvided
-
referencingComponents
-
addReferencingComponentsItem
-
getReferencingComponents
The set of all components in the flow that are referencing this Parameter- Returns:
- referencingComponents
-
setReferencingComponents
-
parameterContext
-
getParameterContext
Get parameterContext- Returns:
- parameterContext
-
setParameterContext
-
isInherited
Whether or not the Parameter is inherited from another context- Returns:
- inherited
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-