public class ParameterContextsEntity extends Entity
Modifier and Type | Field and Description |
---|---|
private Date |
currentTime |
private Set<ParameterContextEntity> |
parameterContexts |
Constructor and Description |
---|
ParameterContextsEntity() |
Modifier and Type | Method and Description |
---|---|
Date |
getCurrentTime() |
Set<ParameterContextEntity> |
getParameterContexts() |
void |
setCurrentTime(Date currentTime) |
void |
setParameterContexts(Set<ParameterContextEntity> parameterContexts) |
private Set<ParameterContextEntity> parameterContexts
private Date currentTime
public Set<ParameterContextEntity> getParameterContexts()
public void setParameterContexts(Set<ParameterContextEntity> parameterContexts)
public Date getCurrentTime()
public void setCurrentTime(Date currentTime)
Copyright © 2020 Apache NiFi Project. All rights reserved.