Class DynamicProperty
java.lang.Object
org.apache.nifi.api.toolkit.model.DynamicProperty
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class DynamicProperty
extends Object
DynamicProperty
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The scope of the expression language support -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) boolean
expressionLanguageScope
(DynamicProperty.ExpressionLanguageScopeEnum expressionLanguageScope) The description of the dynamic propertyThe scope of the expression language supportgetName()
The description of the dynamic property namegetValue()
The description of the dynamic property valueint
hashCode()
void
setDescription
(String description) void
setExpressionLanguageScope
(DynamicProperty.ExpressionLanguageScopeEnum expressionLanguageScope) void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
name
-
value
-
description
-
expressionLanguageScope
-
-
Constructor Details
-
DynamicProperty
public DynamicProperty()
-
-
Method Details
-
name
-
getName
The description of the dynamic property name- Returns:
- name
-
setName
-
value
-
getValue
The description of the dynamic property value- Returns:
- value
-
setValue
-
description
-
getDescription
The description of the dynamic property- Returns:
- description
-
setDescription
-
expressionLanguageScope
public DynamicProperty expressionLanguageScope(DynamicProperty.ExpressionLanguageScopeEnum expressionLanguageScope) -
getExpressionLanguageScope
The scope of the expression language support- Returns:
- expressionLanguageScope
-
setExpressionLanguageScope
public void setExpressionLanguageScope(DynamicProperty.ExpressionLanguageScopeEnum expressionLanguageScope) -
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-