Class PeerDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.PeerDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class PeerDTO
extends Object
PeerDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
flowFileCount
(Integer flowFileCount) The number of flowFiles this peer holds.The hostname of this peer.getPort()
The port number of this peer.int
hashCode()
isSecure()
Returns if this peer connection is secure.void
setFlowFileCount
(Integer flowFileCount) void
setHostname
(String hostname) void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
hostname
-
port
-
secure
-
flowFileCount
-
-
Constructor Details
-
PeerDTO
public PeerDTO()
-
-
Method Details
-
hostname
-
getHostname
The hostname of this peer.- Returns:
- hostname
-
setHostname
-
port
-
getPort
The port number of this peer.- Returns:
- port
-
setPort
-
secure
-
isSecure
Returns if this peer connection is secure.- Returns:
- secure
-
setSecure
-
flowFileCount
-
getFlowFileCount
The number of flowFiles this peer holds.- Returns:
- flowFileCount
-
setFlowFileCount
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-