Class StateMapDTO

java.lang.Object
org.apache.nifi.api.toolkit.model.StateMapDTO

@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen", date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]") public class StateMapDTO extends Object
StateMapDTO
  • Field Details

  • Constructor Details

    • StateMapDTO

      public StateMapDTO()
  • Method Details

    • scope

      public StateMapDTO scope(String scope)
    • getScope

      public String getScope()
      The scope of this StateMap.
      Returns:
      scope
    • setScope

      public void setScope(String scope)
    • totalEntryCount

      public StateMapDTO totalEntryCount(Integer totalEntryCount)
    • getTotalEntryCount

      public Integer getTotalEntryCount()
      The total number of state entries. When the state map is lengthy, only of portion of the entries are returned.
      Returns:
      totalEntryCount
    • setTotalEntryCount

      public void setTotalEntryCount(Integer totalEntryCount)
    • state

      public StateMapDTO state(List<StateEntryDTO> state)
    • addStateItem

      public StateMapDTO addStateItem(StateEntryDTO stateItem)
    • getState

      public List<StateEntryDTO> getState()
      The state.
      Returns:
      state
    • setState

      public void setState(List<StateEntryDTO> state)
    • 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).