Class StatusSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.StatusSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class StatusSnapshotDTO
extends Object
StatusSnapshotDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The status metrics.The timestamp of the snapshot.int
hashCode()
putStatusMetricsItem
(String key, Long statusMetricsItem) void
setStatusMetrics
(Map<String, Long> statusMetrics) void
setTimestamp
(OffsetDateTime timestamp) statusMetrics
(Map<String, Long> statusMetrics) timestamp
(OffsetDateTime timestamp) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
timestamp
-
statusMetrics
-
-
Constructor Details
-
StatusSnapshotDTO
public StatusSnapshotDTO()
-
-
Method Details
-
timestamp
-
getTimestamp
The timestamp of the snapshot.- Returns:
- timestamp
-
setTimestamp
-
statusMetrics
-
putStatusMetricsItem
-
getStatusMetrics
The status metrics.- Returns:
- statusMetrics
-
setStatusMetrics
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-