Class ComponentStateDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ComponentStateDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ComponentStateDTO
extends Object
ComponentStateDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate StateMapDTO
private String
private StateMapDTO
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclusterState
(StateMapDTO clusterState) componentId
(String componentId) boolean
Get clusterStateThe component identifier.Get localStateDescription of the state this component persists.int
hashCode()
localState
(StateMapDTO localState) void
setClusterState
(StateMapDTO clusterState) void
setComponentId
(String componentId) void
setLocalState
(StateMapDTO localState) void
setStateDescription
(String stateDescription) stateDescription
(String stateDescription) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
componentId
-
stateDescription
-
clusterState
-
localState
-
-
Constructor Details
-
ComponentStateDTO
public ComponentStateDTO()
-
-
Method Details
-
componentId
-
getComponentId
The component identifier.- Returns:
- componentId
-
setComponentId
-
stateDescription
-
getStateDescription
Description of the state this component persists.- Returns:
- stateDescription
-
setStateDescription
-
clusterState
-
getClusterState
Get clusterState- Returns:
- clusterState
-
setClusterState
-
localState
-
getLocalState
Get localState- Returns:
- localState
-
setLocalState
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-