Class VersionedParameterContext
java.lang.Object
org.apache.nifi.api.toolkit.model.VersionedParameterContext
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class VersionedParameterContext
extends Object
VersionedParameterContext
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Gets or Sets componentType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_synchronized
(Boolean _synchronized) addInheritedParameterContextsItem
(String inheritedParameterContextsItem) addParametersItem
(VersionedParameter parametersItem) componentType
(VersionedParameterContext.ComponentTypeEnum componentType) description
(String description) boolean
The user-supplied comments for the componentGet componentTypeThe description of the parameter contextThe ID of the Process Group that this component belongs toThe component's unique identifierThe names of additional parameter contexts from which to inherit parametersThe instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated componentgetName()
The component's nameThe corresponding parameter group name fetched from the parameter provider, if applicableThe identifier of an optional parameter providerThe parameters in the contextGet positiongroupIdentifier
(String groupIdentifier) int
hashCode()
identifier
(String identifier) inheritedParameterContexts
(List<String> inheritedParameterContexts) instanceIdentifier
(String instanceIdentifier) True if the parameter provider is set and the context should receive updates when its parameters are next fetchedparameterGroupName
(String parameterGroupName) parameterProvider
(String parameterProvider) parameters
(List<VersionedParameter> parameters) void
setComments
(String comments) void
setComponentType
(VersionedParameterContext.ComponentTypeEnum componentType) void
setDescription
(String description) void
setGroupIdentifier
(String groupIdentifier) void
setIdentifier
(String identifier) void
setInheritedParameterContexts
(List<String> inheritedParameterContexts) void
setInstanceIdentifier
(String instanceIdentifier) void
void
setParameterGroupName
(String parameterGroupName) void
setParameterProvider
(String parameterProvider) void
setParameters
(List<VersionedParameter> parameters) void
setPosition
(Position position) void
setSynchronized
(Boolean _synchronized) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
identifier
-
instanceIdentifier
-
name
-
comments
-
position
-
parameters
-
inheritedParameterContexts
-
description
-
parameterProvider
-
parameterGroupName
-
componentType
-
_synchronized
-
groupIdentifier
-
-
Constructor Details
-
VersionedParameterContext
public VersionedParameterContext()
-
-
Method Details
-
identifier
-
getIdentifier
The component's unique identifier- Returns:
- identifier
-
setIdentifier
-
instanceIdentifier
-
getInstanceIdentifier
The instance ID of an existing component that is described by this VersionedComponent, or null if this is not mapped to an instantiated component- Returns:
- instanceIdentifier
-
setInstanceIdentifier
-
name
-
getName
The component's name- Returns:
- name
-
setName
-
comments
-
getComments
The user-supplied comments for the component- Returns:
- comments
-
setComments
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
parameters
-
addParametersItem
-
getParameters
The parameters in the context- Returns:
- parameters
-
setParameters
-
inheritedParameterContexts
public VersionedParameterContext inheritedParameterContexts(List<String> inheritedParameterContexts) -
addInheritedParameterContextsItem
public VersionedParameterContext addInheritedParameterContextsItem(String inheritedParameterContextsItem) -
getInheritedParameterContexts
The names of additional parameter contexts from which to inherit parameters- Returns:
- inheritedParameterContexts
-
setInheritedParameterContexts
-
description
-
getDescription
The description of the parameter context- Returns:
- description
-
setDescription
-
parameterProvider
-
getParameterProvider
The identifier of an optional parameter provider- Returns:
- parameterProvider
-
setParameterProvider
-
parameterGroupName
-
getParameterGroupName
The corresponding parameter group name fetched from the parameter provider, if applicable- Returns:
- parameterGroupName
-
setParameterGroupName
-
componentType
public VersionedParameterContext componentType(VersionedParameterContext.ComponentTypeEnum componentType) -
getComponentType
Get componentType- Returns:
- componentType
-
setComponentType
-
_synchronized
-
isSynchronized
True if the parameter provider is set and the context should receive updates when its parameters are next fetched- Returns:
- _synchronized
-
setSynchronized
-
groupIdentifier
-
getGroupIdentifier
The ID of the Process Group that this component belongs to- Returns:
- groupIdentifier
-
setGroupIdentifier
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-