Class ProcessGroupStatusSnapshotEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ProcessGroupStatusSnapshotEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ProcessGroupStatusSnapshotEntity
extends Object
ProcessGroupStatusSnapshotEntity
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Boolean
private String
private ProcessGroupStatusSnapshotDTO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
The id of the process group.Get processGroupStatusSnapshotint
hashCode()
Indicates whether the user can read a given resource.processGroupStatusSnapshot
(ProcessGroupStatusSnapshotDTO processGroupStatusSnapshot) void
void
setProcessGroupStatusSnapshot
(ProcessGroupStatusSnapshotDTO processGroupStatusSnapshot) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
processGroupStatusSnapshot
-
canRead
-
-
Constructor Details
-
ProcessGroupStatusSnapshotEntity
public ProcessGroupStatusSnapshotEntity()
-
-
Method Details
-
id
-
getId
The id of the process group.- Returns:
- id
-
setId
-
processGroupStatusSnapshot
public ProcessGroupStatusSnapshotEntity processGroupStatusSnapshot(ProcessGroupStatusSnapshotDTO processGroupStatusSnapshot) -
getProcessGroupStatusSnapshot
Get processGroupStatusSnapshot- Returns:
- processGroupStatusSnapshot
-
setProcessGroupStatusSnapshot
-
isCanRead
Indicates whether the user can read a given resource.- Returns:
- canRead
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-