public class PeerDescription extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
hostname |
private int |
port |
private boolean |
secure |
| Constructor and Description |
|---|
PeerDescription(PeerDTO peerDTO) |
PeerDescription(String hostname,
int port,
boolean secure) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHostname() |
int |
getPort() |
int |
hashCode() |
boolean |
isSecure() |
String |
toString() |
private final String hostname
private final int port
private final boolean secure
public PeerDescription(String hostname, int port, boolean secure)
public PeerDescription(PeerDTO peerDTO)
public String getHostname()
public int getPort()
public boolean isSecure()
Copyright © 2023 Apache NiFi Project. All rights reserved.