Class ParameterContextUpdateEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ParameterContextUpdateEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ParameterContextUpdateEntity
extends Object
ParameterContextUpdateEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ParameterContextDTO
private RevisionDTO
private List
<AffectedComponentEntity> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get parameterContextGet parameterContextRevisionThe components that are referenced by the update.int
hashCode()
parameterContext
(ParameterContextDTO parameterContext) parameterContextRevision
(RevisionDTO parameterContextRevision) void
setParameterContext
(ParameterContextDTO parameterContext) void
setParameterContextRevision
(RevisionDTO parameterContextRevision) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
parameterContextRevision
-
parameterContext
-
referencingComponents
-
-
Constructor Details
-
ParameterContextUpdateEntity
public ParameterContextUpdateEntity()
-
-
Method Details
-
parameterContextRevision
-
getParameterContextRevision
Get parameterContextRevision- Returns:
- parameterContextRevision
-
setParameterContextRevision
-
parameterContext
-
getParameterContext
Get parameterContext- Returns:
- parameterContext
-
setParameterContext
-
getReferencingComponents
The components that are referenced by the update.- Returns:
- referencingComponents
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-