Class StateEntryDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.StateEntryDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class StateEntryDTO
extends Object
StateEntryDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclusterNodeAddress
(String clusterNodeAddress) clusterNodeId
(String clusterNodeId) boolean
The label for the node where the state originated.The identifier for the node where the state originated.getKey()
The key for this state.getValue()
The value for this state.int
hashCode()
void
setClusterNodeAddress
(String clusterNodeAddress) void
setClusterNodeId
(String clusterNodeId) void
void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
key
-
value
-
clusterNodeId
-
clusterNodeAddress
-
-
Constructor Details
-
StateEntryDTO
public StateEntryDTO()
-
-
Method Details
-
key
-
getKey
The key for this state.- Returns:
- key
-
setKey
-
value
-
getValue
The value for this state.- Returns:
- value
-
setValue
-
clusterNodeId
-
getClusterNodeId
The identifier for the node where the state originated.- Returns:
- clusterNodeId
-
setClusterNodeId
-
clusterNodeAddress
-
getClusterNodeAddress
The label for the node where the state originated.- Returns:
- clusterNodeAddress
-
setClusterNodeAddress
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-