public class StandardRemoteProcessGroupPortDescriptor extends Object implements RemoteProcessGroupPortDescriptor
| Modifier and Type | Field and Description |
|---|---|
private Integer |
batchCount |
private String |
batchDuration |
private String |
batchSize |
private String |
comments |
private Integer |
concurrentlySchedulableTaskCount |
private Boolean |
connected |
private Boolean |
exists |
private String |
groupId |
private String |
id |
private String |
name |
private String |
targetId |
private Boolean |
targetRunning |
private Boolean |
transmitting |
private Boolean |
useCompression |
private String |
versionedComponentId |
| Constructor and Description |
|---|
StandardRemoteProcessGroupPortDescriptor() |
private String id
private String targetId
private String versionedComponentId
private String groupId
private String name
private String comments
private Integer concurrentlySchedulableTaskCount
private Boolean transmitting
private Boolean useCompression
private Integer batchCount
private String batchSize
private String batchDuration
private Boolean exists
private Boolean targetRunning
private Boolean connected
public StandardRemoteProcessGroupPortDescriptor()
public String getComments()
getComments in interface RemoteProcessGroupPortDescriptorpublic void setComments(String comments)
public Integer getConcurrentlySchedulableTaskCount()
getConcurrentlySchedulableTaskCount in interface RemoteProcessGroupPortDescriptorpublic void setConcurrentlySchedulableTaskCount(Integer concurrentlySchedulableTaskCount)
public String getId()
getId in interface RemoteProcessGroupPortDescriptorpublic void setId(String id)
public String getTargetId()
getTargetId in interface RemoteProcessGroupPortDescriptorpublic void setTargetId(String targetId)
public String getGroupId()
getGroupId in interface RemoteProcessGroupPortDescriptorpublic void setGroupId(String groupId)
public String getName()
getName in interface RemoteProcessGroupPortDescriptorpublic void setName(String name)
public Boolean isTransmitting()
isTransmitting in interface RemoteProcessGroupPortDescriptorpublic void setTransmitting(Boolean transmitting)
public Boolean getUseCompression()
getUseCompression in interface RemoteProcessGroupPortDescriptorpublic void setUseCompression(Boolean useCompression)
public Integer getBatchCount()
getBatchCount in interface RemoteProcessGroupPortDescriptorpublic void setBatchCount(Integer batchCount)
public String getBatchSize()
getBatchSize in interface RemoteProcessGroupPortDescriptorpublic void setBatchSize(String batchSize)
public String getBatchDuration()
getBatchDuration in interface RemoteProcessGroupPortDescriptorpublic void setBatchDuration(String batchDuration)
public Boolean getExists()
getExists in interface RemoteProcessGroupPortDescriptorpublic void setExists(Boolean exists)
public Boolean isTargetRunning()
isTargetRunning in interface RemoteProcessGroupPortDescriptorpublic void setTargetRunning(Boolean targetRunning)
public Boolean isConnected()
isConnected in interface RemoteProcessGroupPortDescriptorpublic void setConnected(Boolean connected)
public String getVersionedComponentId()
getVersionedComponentId in interface RemoteProcessGroupPortDescriptorpublic void setVersionedComponentId(String versionedId)
Copyright © 2021 Apache NiFi Project. All rights reserved.