Class ComponentHistoryDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ComponentHistoryDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ComponentHistoryDTO
extends Object
ComponentHistoryDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomponentId
(String componentId) boolean
The component id.The history for the properties of the component.int
hashCode()
propertyHistory
(Map<String, PropertyHistoryDTO> propertyHistory) putPropertyHistoryItem
(String key, PropertyHistoryDTO propertyHistoryItem) void
setComponentId
(String componentId) void
setPropertyHistory
(Map<String, PropertyHistoryDTO> propertyHistory) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
componentId
-
propertyHistory
-
-
Constructor Details
-
ComponentHistoryDTO
public ComponentHistoryDTO()
-
-
Method Details
-
componentId
-
getComponentId
The component id.- Returns:
- componentId
-
setComponentId
-
propertyHistory
-
putPropertyHistoryItem
public ComponentHistoryDTO putPropertyHistoryItem(String key, PropertyHistoryDTO propertyHistoryItem) -
getPropertyHistory
The history for the properties of the component.- Returns:
- propertyHistory
-
setPropertyHistory
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-