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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddStateItem
(StateEntryDTO stateItem) boolean
getScope()
The scope of this StateMap.getState()
The state.The total number of state entries.int
hashCode()
void
void
setState
(List<StateEntryDTO> state) void
setTotalEntryCount
(Integer totalEntryCount) state
(List<StateEntryDTO> state) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
totalEntryCount
(Integer totalEntryCount)
-
Field Details
-
scope
-
totalEntryCount
-
state
-
-
Constructor Details
-
StateMapDTO
public StateMapDTO()
-
-
Method Details
-
scope
-
getScope
The scope of this StateMap.- Returns:
- scope
-
setScope
-
totalEntryCount
-
getTotalEntryCount
The total number of state entries. When the state map is lengthy, only of portion of the entries are returned.- Returns:
- totalEntryCount
-
setTotalEntryCount
-
state
-
addStateItem
-
getState
The state.- Returns:
- state
-
setState
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-