public class PeersEntity extends Entity
| Modifier and Type | Field and Description |
|---|---|
private Collection<PeerDTO> |
peers |
| Constructor and Description |
|---|
PeersEntity() |
| Modifier and Type | Method and Description |
|---|---|
Collection<PeerDTO> |
getPeers()
The PeersDTO that is being serialized.
|
void |
setPeers(Collection<PeerDTO> peers) |
private Collection<PeerDTO> peers
public Collection<PeerDTO> getPeers()
public void setPeers(Collection<PeerDTO> peers)
Copyright © 2023 Apache NiFi Project. All rights reserved.