Class HistoryDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.HistoryDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class HistoryDTO
extends Object
HistoryDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions
(List<ActionEntity> actions) addActionsItem
(ActionEntity actionsItem) boolean
The actions.The timestamp when the report was generated.getTotal()
The number of number of actions that matched the search criteria..int
hashCode()
lastRefreshed
(String lastRefreshed) void
setActions
(List<ActionEntity> actions) void
setLastRefreshed
(String lastRefreshed) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
total
-
lastRefreshed
-
actions
-
-
Constructor Details
-
HistoryDTO
public HistoryDTO()
-
-
Method Details
-
total
-
getTotal
The number of number of actions that matched the search criteria..- Returns:
- total
-
setTotal
-
lastRefreshed
-
getLastRefreshed
The timestamp when the report was generated.- Returns:
- lastRefreshed
-
setLastRefreshed
-
actions
-
addActionsItem
-
getActions
The actions.- Returns:
- actions
-
setActions
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-