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 Details

    • key

      private String key
    • value

      private String value
    • clusterNodeId

      private String clusterNodeId
    • clusterNodeAddress

      private String clusterNodeAddress
  • Constructor Details

    • StateEntryDTO

      public StateEntryDTO()
  • Method Details

    • key

      public StateEntryDTO key(String key)
    • getKey

      public String getKey()
      The key for this state.
      Returns:
      key
    • setKey

      public void setKey(String key)
    • value

      public StateEntryDTO value(String value)
    • getValue

      public String getValue()
      The value for this state.
      Returns:
      value
    • setValue

      public void setValue(String value)
    • clusterNodeId

      public StateEntryDTO clusterNodeId(String clusterNodeId)
    • getClusterNodeId

      public String getClusterNodeId()
      The identifier for the node where the state originated.
      Returns:
      clusterNodeId
    • setClusterNodeId

      public void setClusterNodeId(String clusterNodeId)
    • clusterNodeAddress

      public StateEntryDTO clusterNodeAddress(String clusterNodeAddress)
    • getClusterNodeAddress

      public String getClusterNodeAddress()
      The label for the node where the state originated.
      Returns:
      clusterNodeAddress
    • setClusterNodeAddress

      public void setClusterNodeAddress(String clusterNodeAddress)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).