Class ParameterContextDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ParameterContextDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ParameterContextDTO
extends Object
ParameterContextDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate List
<ProcessGroupEntity> private String
private String
private List
<ParameterContextReferenceEntity> private String
private List
<ParameterEntity> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddInheritedParameterContextsItem
(ParameterContextReferenceEntity inheritedParameterContextsItem) addParametersItem
(ParameterEntity parametersItem) description
(String description) boolean
The Process Groups that are bound to this Parameter ContextThe Description of the Parameter Context.getId()
The ID the Parameter Context.A list of references of Parameter Contexts from which this one inherits parametersgetName()
The Name of the Parameter Context.Get parameterProviderConfigurationThe Parameters for the Parameter Contextint
hashCode()
inheritedParameterContexts
(List<ParameterContextReferenceEntity> inheritedParameterContexts) parameterProviderConfiguration
(ParameterProviderConfigurationEntity parameterProviderConfiguration) parameters
(List<ParameterEntity> parameters) void
setDescription
(String description) void
setInheritedParameterContexts
(List<ParameterContextReferenceEntity> inheritedParameterContexts) void
void
setParameterProviderConfiguration
(ParameterProviderConfigurationEntity parameterProviderConfiguration) void
setParameters
(List<ParameterEntity> parameters) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
name
-
description
-
parameters
-
boundProcessGroups
-
inheritedParameterContexts
-
parameterProviderConfiguration
-
id
-
-
Constructor Details
-
ParameterContextDTO
public ParameterContextDTO()
-
-
Method Details
-
name
-
getName
The Name of the Parameter Context.- Returns:
- name
-
setName
-
description
-
getDescription
The Description of the Parameter Context.- Returns:
- description
-
setDescription
-
parameters
-
addParametersItem
-
getParameters
The Parameters for the Parameter Context- Returns:
- parameters
-
setParameters
-
getBoundProcessGroups
The Process Groups that are bound to this Parameter Context- Returns:
- boundProcessGroups
-
inheritedParameterContexts
public ParameterContextDTO inheritedParameterContexts(List<ParameterContextReferenceEntity> inheritedParameterContexts) -
addInheritedParameterContextsItem
public ParameterContextDTO addInheritedParameterContextsItem(ParameterContextReferenceEntity inheritedParameterContextsItem) -
getInheritedParameterContexts
A list of references of Parameter Contexts from which this one inherits parameters- Returns:
- inheritedParameterContexts
-
setInheritedParameterContexts
public void setInheritedParameterContexts(List<ParameterContextReferenceEntity> inheritedParameterContexts) -
parameterProviderConfiguration
public ParameterContextDTO parameterProviderConfiguration(ParameterProviderConfigurationEntity parameterProviderConfiguration) -
getParameterProviderConfiguration
Get parameterProviderConfiguration- Returns:
- parameterProviderConfiguration
-
setParameterProviderConfiguration
public void setParameterProviderConfiguration(ParameterProviderConfigurationEntity parameterProviderConfiguration) -
getId
The ID the Parameter Context.- Returns:
- id
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-